Jump to content

How to add new role one by one


poozhan

Recommended Posts

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

  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...