Search code examples
drupalubercartwebshop

Giving a specified discount on a product when ordering more then 200,500


I don't know if there are any Ubercart guru's out here, but here's my question:

I'd like to give discounts to customers who order more then 1 of the same product.

Lets say the prices are as follows:

1 product - $5 each
< 10 products - $4.50 each
< 100 products - $4 each

Anyone knows how to realise this? I thought of adding my own custom price fields but i wonder how to call on them in the cart /checkout.


Solution

  • How about the uc_bulk_discount module?