How to implement discounts (Seasonal)
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to implement discounts (Seasonal)
Hi community.
In the project that I am working, we're implementing seasonal sales and discounts for our shop, and I'm exploring how to achieve this using the features available in Aimeos. Here's the key functionality we're looking to implement:
Thanks in advance!
In the project that I am working, we're implementing seasonal sales and discounts for our shop, and I'm exploring how to achieve this using the features available in Aimeos. Here's the key functionality we're looking to implement:
- Set a Discount Period: Typically 3-5 days.
- Define Discount Rate: The discount rate can be set as a percentage.
- Eligibility: The discount applies to all products except gift cards, vehicles, and already discounted items.
- Automation: The system can automatically activate and deactivate discounts based on predefined periods.
- Admin Interface: Allows setting the discount rate and period, previewing discounts before activation, viewing a summary of affected products, and excluding specific products or categories from the discount.
Thanks in advance!
Re: How to implement discounts (Seasonal)
1.) Specify start and end dates: https://aimeos.org/docs/latest/manual/coupon-details/
2.) Use the Percent coupon provider: https://aimeos.org/docs/latest/manual/c ... centrebate
3.) Use the category decorator to restrict discounts: https://aimeos.org/docs/latest/manual/c ... /#category
2.) Use the Percent coupon provider: https://aimeos.org/docs/latest/manual/c ... centrebate
3.) Use the category decorator to restrict discounts: https://aimeos.org/docs/latest/manual/c ... /#category
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: How to implement discounts (Seasonal)
Hello, thank you for your response.
We are not using coupon codes for our discounts. I reviewed the Price Rules documentation (https://aimeos.org/docs/master/manual/rules/) and wanted to ask if it's possible to meet our requirements using Price Rules as well?
We are not using coupon codes for our discounts. I reviewed the Price Rules documentation (https://aimeos.org/docs/master/manual/rules/) and wanted to ask if it's possible to meet our requirements using Price Rules as well?
Re: How to implement discounts (Seasonal)
Yes, it works with price rules to as they also have a start and end date, a Percent provider for changing the prices and a Category decorator to apply the rule only to products from certain categories:
https://aimeos.org/docs/latest/manual/rules/
https://aimeos.org/docs/latest/manual/rules/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star