Page 1 of 1

decorators, delivery settings

Posted: 30 Nov 2017, 11:17
by stefanschnidar
Please be so kind to inform me how to setup delivery options with different price and countries

Example:
#1 Austria, Delivery POST, cost 8 EUR
#2 Germany, Delivery POST, cost 10 EUR
#3 USA etc, Delivery DHL, cost 29 EUR

Customer from Austria should only get the Option #1 (depending on his Austrian delivery address)

Problem is that the excludes and includes does not work and I always receive the wrong delivery option, only 1 or all together instead of 1 correct. Please be so kind to help me how to configure the decorator.

Thanks

PHP Version: 7.0
Aimeos Version: aimeos 2017.10
laravel 5.4
Env: LINUX/MAC

Re: decorators, delivery settings

Posted: 01 Dec 2017, 10:01
by aimeos
Guess you have another delivery option for DE which is configured equivalently?
Your config seems to be OK, only the space character before "DE" in "country.delivery-exclude" of "POST AT" is incorrect.

Re: decorators, delivery settings

Posted: 01 Dec 2017, 12:22
by stefanschnidar
Thanks for your answer but it finally does not work as you see in my screenshot, I've used a US address. Therefore I should only get the option DHL and others should be hidden.

Re: decorators, delivery settings

Posted: 01 Dec 2017, 15:54
by aimeos
You haven't added the "Country" decorator to your Provider. Click at the "+" at the end of the provider input field and select "Country" so the decorator is added.

Re: decorators, delivery settings

Posted: 01 Dec 2017, 16:38
by stefanschnidar
many thanks!