Setting up a tied sale discount

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jan
Posts: 2
Joined: 29 Apr 2022, 11:48

Setting up a tied sale discount

Post by jan » 02 May 2022, 09:54

We are setting up an e-commerce for our client who also has a physical store. In the store, they aften organize a tied sale, where you get a certain discount percentage when you buy 2 eligible products.
This works very different from a 'buy one, get one free' kind of discount, since it can be applied to 2 totally different products and gives a discount percentage on 2 or more products instead of a free extra product. The conditions depend on both the product category and what's already in the customer's basket.

Can this be set up in Aemios? The discount capabilities in the documentation seem limited.

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

Re: Setting up a tied sale discount

Post by aimeos » 02 May 2022, 10:23

Not out of the box for sure but you can implement your own coupon provider for calculating that kind of discount. Have a look at the existing coupon providers to see how to implement your own one:
https://github.com/aimeos/aimeos-core/t ... n/Provider
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply