pShark Posted November 4 Share Posted November 4 Hello, I need to apply a 10% discount for multiplies of 50 units of the same product, for example, if the user chooses.... - 50 units, a 10% discount is applied - 51 units, a 10% discount is applied to 50 units and 1 unit will have the normal price. - 110 units, a 10% discount is applied to 100 units and 10 units will have the normal price. And so on... Does anyone know how I can do this, any module that allows free or paid? Thanks and best regards. Link to comment Share on other sites More sharing options...
NordicDesigner Posted November 4 Share Posted November 4 Hi! Are you using PrestaShop 8 or an earlier version? Would you prefer to automatically apply the discount at checkout, or display it in the product listing? Link to comment Share on other sites More sharing options...
pShark Posted November 4 Author Share Posted November 4 11 minutes ago, NordicDesigner said: Hi! Are you using PrestaShop 8 or an earlier version? Would you prefer to automatically apply the discount at checkout, or display it in the product listing? Hi, im using 1.7.7. If it appears in the product page I think it would be fine, but if not possible and it is applied in the checkout, it may work. Link to comment Share on other sites More sharing options...
endriu107 Posted November 4 Share Posted November 4 In each product you can add this by adding specific price, for all product you add this in Catalog > Discounts > Catalog Price Rules. Link to comment Share on other sites More sharing options...
pShark Posted November 5 Author Share Posted November 5 20 hours ago, endriu107 said: In each product you can add this by adding specific price, for all product you add this in Catalog > Discounts > Catalog Price Rules. I have checked there, but I have not been able to get it to apply the way I need it to. If I apply a discount from 50 units, if the user chooses 60 it makes the 10% to the 60 units. If you can give me an example of how to make the rule to get it please. Link to comment Share on other sites More sharing options...
NordicDesigner Posted November 11 Share Posted November 11 On 11/4/2024 at 2:32 PM, pShark said: Hi, im using 1.7.7. If it appears in the product page I think it would be fine, but if not possible and it is applied in the checkout, it may work. Hi! You may need to use a workaround or custom module, as the built-in catalog price rules don't natively support this level of granularity. You could try creating a specific price rule that applies a 10% discount to a quantity of 50 units. Unfortunately, PrestaShop doesn’t support complex rules directly, so this may not cover the partial units requirement without custom code. To get exactly what you want, consider a custom module or a script that checks the cart quantity and applies the 10% discount only for full groups of 50. You could ask a developer for help or look for a module that allows more complex discount rules. Or check out modules like Advanced Discounts or Specific Quantity Discounts on the PrestaShop Addons Marketplace, as they may offer more flexible discount structures. 1 Link to comment Share on other sites More sharing options...
pShark Posted Wednesday at 11:07 AM Author Share Posted Wednesday at 11:07 AM Thanks @NordicDesigner, I have continued searching and as you indicate, the solution would be to develop a custom module. Thanks again for your help! 1 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