Jump to content

Shipping Problem


bdwebb

Recommended Posts

  • 3 weeks later...

Guest fremitus

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...

Link to comment
Share on other sites

Guest banpei

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:

Link to comment
Share on other sites

Guest banpei

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. :)

Link to comment
Share on other sites

  • 3 weeks later...

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. :D

CODE

$shipZone = $key;

it is "key" already, but the problem is still exist!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...