poozhan Posted September 28 Share Posted September 28 Hi I need a rule that if every product of a brand that I have selected totals $500, a 5% discount will be calculated but PrestaShop calculates the sum of all products of that brand I want to calculate each product separately to see if it is in this rule or not Currently, if it selects 5 products from category X and the amount is $500, it calculates the percentage I want each product in category X to calculate the discount if it is $500 and if it is less, it does not calculate that item Link to comment Share on other sites More sharing options...
Enumbin Posted October 7 Share Posted October 7 Hello @poozhan Let me get this clear, If there is a product P1 in category X, and the user has added that product in the cart. And the total value of the cart is 500$, you want the discount to be applied? Link to comment Share on other sites More sharing options...
Alicia1 Posted October 14 Share Posted October 14 Hi @poozhan, In PrestaShop’s native cart rules, discounts are calculated at the brand or category total level, not per product — so what you want isn’t possible through standard rules. To apply a 5% discount only when an individual product’s price reaches $500, you’ll need to either: Create a custom cart rule module or override — add a condition that checks each product’s price before applying the discount. Use a third-party discount module that supports per-product conditional logic (for example, “Advanced Discounts” or “Special Cart Rules” modules). This way, the rule checks each product separately rather than summing all items from the same brand. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now