Page 1 of 1

Function: % Discount on the cart based on number of products

Posted: Wed May 13, 2015 7:46 pm
by killah.w3
Hello all,

I search to find how I can do the following function with Opencart in version 2.0.2.0:

If the client add any product to be getting a small discount after the first, ie whether added 2 products will receive a discount eg 2% or 3 products will get discount 3% etc. Eg if the product costs 5 euros and the customer add 3 different products of 5 euros he will get a discount for the three 3%. In essence I want a discount on the cart based on the number of products added.

Any help is highly appreciated.

Thank you for reading this

Re: Function: % Discount on the cart based on number of prod

Posted: Thu May 14, 2015 12:45 am
by Johnathan
Formula-Based Fee/Discount can do this. You can set up quantity discounts by choosing "Quantity" for the charge type, and entering brackets like this:

1-1 = -1%
2-2 = -2%
3-3 = -3%
etc.

Feel free to take a look at the screenshots and demo site, and if you're interested let me know at www.getclearthinking.com/contact if you have any further questions.

Re: Function: % Discount on the cart based on number of prod

Posted: Tue May 19, 2015 6:01 pm
by killah.w3
Thank you for your reply,

I think this is exactly what I was looking for !!

Thanks again :)