BV Commerce Forum
»
BV Commerce Support
»
General Support
»
132: FIXED - Controls/Shipping.ascx does not calculate shipping for Australia
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Just a small bug for you to fix and for others to be aware. Controls/Shipping.ascx does not work for Australia because of this test in line 28:
If Zip.Trim.Length < 5 Then Me.ShippingMessage.Text = "Enter a postal code to calculate shipping"
In Australia we have 4 digit post codes ;)
Corneliu. |
|
|
|
|
Rank: Member
Joined: 1/3/2004(UTC) Posts: 1,497
|
Doesn't Canada have 6? The best fix for this would be country specific length checking, but I don't know how involved that is. |
|
|
|
|
Rank: Member
Joined: 3/25/2006(UTC) Posts: 111
|
Hi,
I think Ireland has the same problem. Not every country has the same amount of numbers/letters in the zip code. For processing credit cards, I process manually and have to add a zero to the end of some foreign zipcodes to make it work.
As far as shipping to out side of the US, you should only need the country. I have not seen postage vary depending on a counties zip code except from the US to another area within the US.
Should be able to calculate postage from US to another country without the zip code and just based on the Countries Postal Zone. I only use USPS and this is the case for this shipping method.
Bob
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.