Hi all...
Sorry for posting here after posting in the Programming Questions. I didn't get any response so thought I'd try here.
I'm trying to set up table rates for shipping in Magento CE 1.9.2.2
If i simply use GBR for the Country and * for both Region/State and Zip/Postal Code my shipping prices do change based upon the criteria I set up for Order Subtotal (and above).
When I introduce two letter post codes (for the UK) the shipping price defaults to the first values set in the .csv file (GBR * * 0 4.95) and the post codes are ignored.
I set different shipping costs for the post codes IM JE BT HS GY
This is how I have it set up to test.
Country | Region/State | Zip/Postal Code | Order Subtotal (and above) | Shipping Price |
GBR | * | * | 0 | 4.95 |
GBR | * | * | 50 | 9.95 |
GBR | * | * | 100 | 24.95 |
GBR | * | IM | 0 | 34.95 |
GBR | * | BT | 0 | 44.95 |
GBR | * | HS | 0 | 54.95 |
GBR | * | JE | 0 | 64.95 |
GBR | * | GY | 0 | 74.95 |
Where am I going wrong?
Hope someone can advise.
Thanks in advance
Andy