Unfortunately there are about 700 non-sequential post codes and they are within the urban post codes and such as;
1234, 1246, 1256, and so on might be the Rural post codes and the numbers between are the Urban post codes. Can I paste all these codes into the ZIP code field?
Unfortunately there are about 700 non-sequential post codes and they are within the urban post codes and such as;
1234, 1246, 1256, and so on might be the Rural post codes and the numbers between are the Urban post codes. Can I paste all these codes into the ZIP code field?
If all post codes start with the same numbers you can input a mask to the ZIP code field. For instance, 12*. You can also paste your codes but note that they should be separated a paragraph break.
Yes pasting with paragraph break works. However it only the first 7 post codes were saved and I need to enter about 400.
Can I increase the size in the data base field or any other way?
Another question, the location name does not show in the shipping option at checkout just the correct price is shown. It would be good if the location name was also show so the customer can see why the freight charge is different.
Yes pasting with paragraph break works. However it only the first 7 post codes were saved and I need to enter about 400.
Can I increase the size in the data base field or any other way?
Please check the value of the max_input_vars PHP directive and increase it to 10000 if necessary.
Another question, the location name does not show in the shipping option at checkout just the correct price is shown. It would be good if the location name was also show so the customer can see why the freight charge is different.
Some custom code modifications are required in this case.
I have set this up for our new site going live soon.
Our shipping will be based on the customer postcode
I set up the Rate Areas for
Up to 75km from Auckland
Over 75Km from Auckland, Rest of North Island, Waiheke
All of South Island, Great Barrier, Stuart Island
Then I got all the NZ post codes and assigned them to their appropriate Rate Areas above. For clarity they have been entered individually, no ranges or wildcards.
We have Shipping Methods based on the total order shipping weight.
Courier 0 - 25Kg (Shipping rates are charged in steps of 5Kg)
Courier Rural Delivery 0 - 25Kg (Shipping rates are charged in steps of 5Kg)
The customer places their order and enters their postcode. The shipping is calculated based on the order weight, they then choose between the Courier or Courier with Rural Delivery option (more expensive).
It relies on the honesty of the customer to declare the correct option and/or checking addresses once the order comes in.
It not perfect but has been the best setup I could find compared to what we have now.