Results 1 to 5 of 5
  1. #1
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Google Checkout and Advanced Shipper integration - help!!

    Hello there,

    I recently bought Advance Shipper from Ceon Dev. Basically, the shipping calculations are being picked up but by Shipping Calculator, but not shown to the customer at checkout. I reckon some code needs adding to support this module.

    I am grateful for any help with this, I hope it is possible to pass the shipping over to Google Checkout.

    Thanks in advance,

    Heathenmagic

    <?php
    /**
    * File: googlecheckout/shipping_methods.php file
    */
    $mc_shipping_methods = array(
    'advshipper' => array(
    'domestic_types' =>
    array(
    '3-0-0' => 'Royal Mail Airmail Small Packet (&amp;amp;pound;2.14) (0.03Kgs) (Inc Handling Fee: &amp;amp;pound;0.50)',
    '4-0-0' => 'Royal Mail Airsure (&amp;amp;pound;6.28) (0.03Kgs) (Inc Handling Fee: &amp;amp;pound;0.50)',
    '5-0-0' => 'Royal Mail Airsure - extra insurance (&amp;amp;pound;7.58) (0.03Kgs) (Inc Handling Fee: &amp;amp;pound;2.50)',
    '6-0-0' => 'Royal Mail International Signed For (&amp;amp;pound;5.58) (0.03Kgs) (Inc Handling Fee: &amp;amp;pound;0.50)',
    '7-0-0' => 'Royal Mail International Signed For - Extra insurance (&amp;amp;pound;7.58) (0.03Kgs)Insurance Fee',

    ),

    'international_types' =>
    array(
    '1-0-0' => 'Royal Mail 1st Class Packet (&amp;amp;pound;1.14) (0.03Kgs)',
    '2-0-0' => 'Royal Mail 1st Class Recorded Signed For (&amp;amp;pound;1.86) (0.03Kgs)Recorded Delivery fee',
    '8-0-0' => 'Royal Mail Next Day Special Delivery (&amp;amp;pound;4.60) (0.03Kgs)',
    '9-0-0' => 'Royal Mail Special Delivery 9:00am (&amp;amp;pound;10.30) (0.03Kgs)',

    ),
    ),
    'rmamisfsmallpacket' => array(
    'domestic_types' =>
    array(
    'rmamisfsmallpacket' => 'Royal Mail &amp;lt;b&amp;gt;Airmail&amp;lt;/b&amp;gt; delivery in 3-5 working days. &amp;lt;br /&amp;gt;Parcel requires a signature, tracking can be provided. Delivery to United States : 0.030 kg(s)',

    ),

    'international_types' =>
    array(

    ),
    ),
    'rmamisfsmallpacket500' => array(
    'domestic_types' =>
    array(
    'rmamisfsmallpacket500' => 'Airmail delivery in 3-5 working days. &amp;lt;br /&amp;gt;Parcel requires a signature, tracking can be provided. Delivery to United States : 0.030 kgs',

    ),

    'international_types' =>
    array(

    ),
    ),
    'rmamassmallpacket500' => array(
    'domestic_types' =>
    array(
    'rmamassmallpacket500' => 'Airmail Express delivery in 2-4 working days. &amp;lt;br /&amp;gt;Parcel requires a signature, tracking can be provided. Delivery to United States : 0.030 kgs',

    ),

    'international_types' =>
    array(

    ),
    ),
    'rm1stpacketsf' => array(
    'domestic_types' =>
    array(

    ),

    'international_types' =>
    array(
    'rm1stpacketsf' => 'Great Britain and Northern Ireland only : 0.030 kg(s)',

    ),
    ),
    'storepickup' => array(
    'domestic_types' =>
    array(

    ),

    'international_types' =>
    array(
    'storepickup' => 'Walk In',

    ),
    ),
    );

    $mc_shipping_methods_names = array(
    'advshipper' => 'Advanced Shipper',
    'rmamisfsmallpacket' => 'Royal Mail &lt;span style=\&quot;color:red; font-weight:bold\&quot;&gt;International&lt;/span&gt; &lt;span style=\&quot;color: #555555; font-weight:bold\&quot;&gt;Signed For&lt;/span&gt;&amp;reg; &lt;i style=\&quot;font-weight: normal\&quot;&gt;&amp;quot;Small Packet&amp;quot;&lt;/i&gt;',
    'rmamisfsmallpacket500' => 'Royal Mail &lt;span style=\&quot;color:red; font-weight:bold\&quot;&gt;International&lt;/span&gt; &lt;span style=\&quot;color: #555555; font-weight:bold\&quot;&gt;Signed For&lt;/span&gt;&amp;reg; &lt;i style=\&quot;font-weight: normal\&quot;&gt;&amp;quot;Small Packet&amp;quot;&lt;/i&gt; &lt;b&gt;Extra insurance&lt;/b&gt;',
    'rmamassmallpacket500' => 'Royal Mail &lt;b&gt;Airsure&amp;reg;&lt;/b&gt; &lt;i style=\&quot;font-weight: normal\&quot;&gt;&amp;quot;Small Packet&amp;quot;&lt;/i&gt; &lt;b&gt;extra insurance&lt;/b&gt;',
    'rm1stpacketsf' => 'Royal Mail 1&lt;sup&gt;st&lt;/sup&gt; Class &lt;b&gt;Recorded Signed For&lt;sup&gt;TM&lt;/sup&gt;&lt;/b&gt; &lt;i style=\&quot;font-weight: normal\&quot;&gt;&amp;quot;Packet&amp;quot;&lt;/i&gt;',
    'storepickup' => 'Store Pickup',
    );
    ?>

  2. #2
    Join Date
    Dec 2008
    Posts
    81
    Plugin Contributions
    0

    Default Re: Google Checkout and Advanced Shipper integration - help!!

    Yes, indeed you can. Simply run the shipping_generator utility that came with Google Checkout. It builds a new list of all the shipping modules you have enabled (including new mods.) Cut and paste the new list into the ../googlecheckout/shipping_methods.php file so GC will know about them.

    Open the README with your web browser and follow the instructions.

  3. #3
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Google Checkout and Advanced Shipper integration - help!!

    Hello Gobrinton,

    Thankyou kindly for your reply, appreciate that. I have the file mentioned set up, and it works for the other shipping modules, like Big Royal Mail and it picks up my Free Shipping options.

    Google Checkout just doesn't like Advanced Shipper. Maybe it is because the Configuration for Advanced Shipper doesn't take place in modules/shipping . It has an entry there, but that is just to activate / deactivate the shipping methods I defined in its own menu.

    Hope this makes sense, it is a complicated situation with Google Checkout. I really hope someone has come across this before.

    Sincerely,

    Russ

    The Gem Tree

  4. #4
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout and Advanced Shipper integration - help!!

    Recommend contacting Ceon for support on their commercially available mods.

  5. #5

    Default Re: Google Checkout and Advanced Shipper integration - help!!

    I had contacted CEON about this. Apparently there just isn't enough interested in making Advanced Shipper work with Google Checkout because Conor hasn't heard many requests for it.

    It appears that it's a significant amount of work to get the two modules to cooperate. If enough people want this and let CEON know, maybe he'll consider working on making it compatible.

    Let him know at http://dev.ceon.net/

    By the way, Advanced Shipper a terrific module if you have complicated shipping rules when you sell a diverse range of products that come in all sizes, shapes and weights. Saved me from pulling the rest of my hair out.

 

 

Similar Threads

  1. v151 CEON Advanced Shipper and VAT
    By Capfka in forum Addon Shipping Modules
    Replies: 1
    Last Post: 22 Apr 2014, 01:14 PM
  2. v139d Google Shopping Integration Help - add Google Order Confirmation Module Code
    By Keezee in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jul 2012, 12:15 AM
  3. Advanced Shipper Help?
    By buzzfever in forum Addon Payment Modules
    Replies: 3
    Last Post: 2 Mar 2011, 12:29 AM
  4. Zen Cart and Jrox Affiliate Integration with Google Checkout
    By theangel2g in forum General Questions
    Replies: 2
    Last Post: 8 Apr 2007, 10:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR