regenbauma:
ropu..thanks for your response. My error was a stupid one, i now have the correct files in place and procesed to add our custom shipping modules to the structure of mc_shipping_methods so i added
'upsxml' => array('domestic_types' => array('GND' => 'Ground') ),
'freight' => array('domestic_types' => array('STD' => 'Standard') ),
and i added
'upsxml' => 'UPS Ground',
'freight' => 'RL Freight',
to mc_shipping_methods_names
the shipping modules that I have active in modules shipping are "collect from store", "freight" and "upsxml" (the xml based ups ship module gleaned from oscommerce).
Sadly , when I do a checkout i still only get the "collect from store" displaying in the GCO screen" ... so when i dig into the code in googlecheckout to try and find out if its building the correct <shipping-methods> element in gcheckout.php
the first mql query in shipping....
select configuration_value from configuration where configuration_key = 'MODULE_PAYMENT_GOOGLECHECKOUT_SHIPPING';
returns
"freightSTD_VD:50, upsGND_VD:30, upsxmlGND_VD:30"
im not sure i understand how you determine what modules are activated, as far as I can tell these modules are activated ....
If you can give me any other areas to consider checking as to why GCO wontpick up these realtime methods other than the standard "collect", would be most appreciated
again , running gco latest from svn 1.0.5 and zc 1.3.6 .... the cart is at https://www.fitnessrubber.com
Allan
Further to posting 602 above .... help is appreciated getting custom shipping methods to work. We have installed zc 1.3.6 and gco from svn . Installed per instruction, and added ropu..thanks for your response. My error was a stupid one, i now have the correct files in place and procesed to add our custom shipping modules to the structure of mc_shipping_methods so i added
'upsxml' => array('domestic_types' => array('GND' => 'Ground') ),
'freight' => array('domestic_types' => array('STD' => 'Standard') ),
and i added
'upsxml' => 'UPS Ground',
'freight' => 'RL Freight',
to mc_shipping_methods_names
It seems that gco doesn't yet play nice w/ custom shipping mods. Even outputted various variables to see where it breaks...for some reason it sees upsxml as not "$enable"'d in gcheckout.php, and even when we force it to be enabled, the best I did was to show the fallback amount you set in GC admin (after disabling all other shipping mods...hmmm, seems like GC might only show the lowest amt)...like the request to ups didn't work, e.g., I set upsxml in GC admin to "Default Values for..." to 100, but it would only show 100 in the GC checkout screen even though zen showed $13.86 or something like that...it's like GC didn't even bother to do zen's request to UPS to get the shipping for the cart's contents, like you'd see in zen cart's checkout procedure.
Can you elaborate/explain this code a little ... I see where the xml fragment with shipping contets is built, and by all accounts it should build..... can anyeone that understands this code ... copy an existing ship method to make it "custom" and see if they can get t to display in the CCO cart ...
any help on integration of third party custom shipping methods into gco is appreciated. PS ..Im happy to pay to get this taken care of ... ropu ... is there anyone that you can suggest ?