Yeah what the heck is going on with table rate shipping in gc??? Can't find any practical fixes anywhere.
Yeah what the heck is going on with table rate shipping in gc??? Can't find any practical fixes anywhere.
Hello,
I have currently installed GCO (1.4Alpha) on Zen-Cart. I'm using table rate shipping and I have same problem with GCO.
Anyone solved this problem, yet?
shop link: www.scandiskcards.com
Zen- Cart version is 1.3.8
Try typing a .0 for the value before the :. For example:
10.0:6.99,20.0:7.50
This solved the problem for me.
expressori, i tried your solution to this problem but its still not working. Ive been searching for a solution to this table rate problem for ages now. Can anyone help me, please!!
expressori, do you mind posting your shipping_methods.php for a look?
Last edited by howb; 21 Nov 2008 at 03:13 PM.
I didn't touch the shipping_methods.php. So I don't think that'll solve your problem. I have Flat Rate Shipping and United States Postal Service. In the flat rate module I have the following:
Shipping Table: 39.0:7,40.0:0
Table Method: Price
What shipping modules do you have activated?
Here is a quick and dirty fix for using the Table rate by weight with Google Checkout. Simply comment out or remove the following line of code.
/includes/modules/shipping/table.php - line 121
This may have implications if you are relying on Zen Cart to divide your order in to boxes, but i am unsure as I have never needed that functionality. There is no doubt a nicer way of doing this by actually making the '$shipping_num_boxes' variable available to the appropriate function, thereby not breaking the boxes stuff.$shipping = $shipping * $shipping_num_boxes;
cheers,
Graeme
any one got table rates working with GC yet??