Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout and Advanced Shipper integration - help!!

Google Checkout and Advanced Shipper integration - help!!

Locked

Views: 2,814

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
5 Jan 2009, 3:59 AM
#1
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

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;pound;2.14) (0.03Kgs) (Inc Handling Fee: &amp;pound;0.50)', '4-0-0' => 'Royal Mail Airsure (&amp;pound;6.28) (0.03Kgs) (Inc Handling Fee: &amp;pound;0.50)', '5-0-0' => 'Royal Mail Airsure - extra insurance (&amp;pound;7.58) (0.03Kgs) (Inc Handling Fee: &amp;pound;2.50)', '6-0-0' => 'Royal Mail International Signed For (&amp;pound;5.58) (0.03Kgs) (Inc Handling Fee: &amp;pound;0.50)', '7-0-0' => 'Royal Mail International Signed For - Extra insurance (&amp;pound;7.58) (0.03Kgs)Insurance Fee', ), 'international_types' => array( '1-0-0' => 'Royal Mail 1st Class Packet (&amp;pound;1.14) (0.03Kgs)', '2-0-0' => 'Royal Mail 1st Class Recorded Signed For (&amp;pound;1.86) (0.03Kgs)Recorded Delivery fee', '8-0-0' => 'Royal Mail Next Day Special Delivery (&amp;pound;4.60) (0.03Kgs)', '9-0-0' => 'Royal Mail Special Delivery 9:00am (&amp;pound;10.30) (0.03Kgs)', ), ), 'rmamisfsmallpacket' => array( 'domestic_types' => array( 'rmamisfsmallpacket' => 'Royal Mail &lt;b&gt;Airmail&lt;/b&gt; delivery in 3-5 working days. &lt;br /&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. &lt;br /&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. &lt;br /&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 <span style=\"color:red; font-weight:bold\">International</span> <span style=\"color: #555555; font-weight:bold\">Signed For</span>&reg; <i style=\"font-weight: normal\">&quot;Small Packet&quot;</i>', 'rmamisfsmallpacket500' => 'Royal Mail <span style=\"color:red; font-weight:bold\">International</span> <span style=\"color: #555555; font-weight:bold\">Signed For</span>&reg; <i style=\"font-weight: normal\">&quot;Small Packet&quot;</i> <b>Extra insurance</b>', 'rmamassmallpacket500' => 'Royal Mail <b>Airsure&reg;</b> <i style=\"font-weight: normal\">&quot;Small Packet&quot;</i> <b>extra insurance</b>', 'rm1stpacketsf' => 'Royal Mail 1<sup>st</sup> Class <b>Recorded Signed For<sup>TM</sup></b> <i style=\"font-weight: normal\">&quot;Packet&quot;</i>', 'storepickup' => 'Store Pickup', ); ?>
6 Jan 2009, 10:50 AM
#2
gobrinton avatar

gobrinton

New Zenner

Join Date:
Dec 2008
Posts:
77
Plugin Contributions:
0

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.

6 Jan 2009, 12:17 PM
#3
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

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

14 Jan 2009, 3:18 AM
#4
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

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

Recommend contacting Ceon for support on their commercially available mods.

14 Feb 2010, 6:26 PM
#5
brickovenbaker_com avatar

brickovenbaker_com

New Zenner

Join Date:
Dec 2009
Posts:
12
Plugin Contributions:
0

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.