Add free shipping voucher code only for some countries

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mmasmoudi
Posts: 1
Joined: 19 Sep 2020, 06:36

Add free shipping voucher code only for some countries

Post by mmasmoudi » 19 Sep 2020, 06:39

Hello,

I want to add a voucher codes for free shipping and only for some countries like fr,de and dk. I that possible on aimeos and how to do that ?

Thanks a lot!

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Add free shipping voucher code only for some countries

Post by aimeos » 19 Sep 2020, 19:06

Yes, but there's no "Country" coupon decorator like for delivery/payment providers yet. You can implement a decorator for coupon providers like this ones:
https://github.com/aimeos/aimeos-core/t ... /Decorator

Use the "Country" service decorator as reference for implementing the methods:
https://github.com/aimeos/aimeos-core/b ... ountry.php

And we would love if you would make a pull request with your implementation to get it into the core :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply