bdwebb Posted June 8, 2005 Posted June 8, 2005 Do a test order and it says Sorry We cannot ship our products to your country. What is the problem? :D Quote
Guest fremitus Posted June 29, 2005 Posted June 29, 2005 any word on this. i can figure it out either. i am using 3.0.0 beta. i have enabled shipping per category and added 'us' to the ISO code are for countries. my test persona is from the united states, but i can't get it to add shipping ona nd work correctly. same error. We cannot ship our products to your country. any help would be much appreciated. i'm sure it's something simple, but it has eluded me... Quote
xyncro Posted July 3, 2005 Posted July 3, 2005 ... .. hi guys... go check this.. it might help... > http://www.cubecart.com/site/forums/index.php?showtopic=8758 good luck.. Quote
Guest banpei Posted July 5, 2005 Posted July 5, 2005 Perhaps it's a good idea to check if there are any whitespaces between the comma and the ISO code. Took me a while to figure out there is no whitespace trimming in the value. :lol: Quote
Guest banpei Posted July 7, 2005 Posted July 7, 2005 Finally got it to work properly: Apparently the shipzone was set to the country index and not the National/International index. inside modules/shipping/Per_Category/line.inc.php: (should be around line 49) $shipZone = $no; and change this into: $shipZone = $key; This should fix it. :) Quote
Guest Posted July 26, 2005 Posted July 26, 2005 Finally got it to work properly: Apparently the shipzone was set to the country index and not the National/International index. inside modules/shipping/Per_Category/line.inc.php: (should be around line 49) $shipZone = $no; and change this into: $shipZone = $key; This should fix it. CODE $shipZone = $key; it is "key" already, but the problem is still exist!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.