|
Hi guys,
I have a problem with setting up shipping cost in my store.
The store is available in a few languages and there are 4 currencies customer can choose from.
Languages: English, German, Polish, Italian, French, Spanish
Currency: USD, GBP, EUR, PLN
Im trying to use multi table rates but it doesnt work fine. I set 3 areas for shipping cost: POLAND, EU, Rest of the world.
The problem with multitablerates.csv file is I can set the currency there.
And now example. Customer from Germany can choose polish currency PLN , and I put a digit 5 in the multitablerates.csv file. I wanted it to be 5€, and the customer get shipping in PLN which is 4 times cheaper, he just get 5 PLN as a shipping fee which is about 1,2 €
How do I set it this way:
Shipping address in POLAND :
Available options:
- POST - 7 PLN
- POST COD - 14 PLN
- UPS 15 PLN
- UPS 17 PLN
Shipping address in EU:
Available options:
- POST - 6 EUR
- UPS - 12EUR
Shipping address outside EU:
Available options:
-POST - 10 EUR / 13 USD
|