Totally Zenned
- Join Date:
- Feb 2004
- Location:
- Georgia, USA
- Posts:
- 1,875
- Plugin Contributions:
- 1
Google Checkout module for ZC 1.3.x (beta)
gobrinton:
I think this depends on which generation method you are using.
If you have Carrier Calculated Shipping set to "true" then the Google Checkout site creates the shipping price list itself and I don't think you can change it. (This probably comes from a database of prices.) If, however, you have Carrier Calculated Shipping set to "false" then Google uses your store (real time) Calculations. It knows what methods you have enabled because your site sends a file called ../googlecheckout/shipping_methods.php. (Or at least, it uses this file to build a list.) You could try changing the order of the methods listed in this file but I don't know if that will do it or not. You could also try running the shipping_generator utility that came with GC. Again, I don't know if the generator even obeys the sort order of your admin shipping modules page but it is worth a try.
This is as close as I can get you to an answer. You are on your own from here. Good luck.
Thanks, we use merchant calculated shipping and I tried your suggestions prior to posting and it made no difference. Inside our shipping_methods.php file, UPS is not the first array so I don't think that's where GCO is getting the sort order from. I even change each shipping option name to be numeric and GCO first first by UPS and USPS and then numeric within that. It's a mystery for sure where the sort order is defined (at least for now). I do however wonder if the cc_shipping_methods.php file controls it since that's the only place I see UPS listed ahead of USPS even though we are not using carrier calculated.