Jump to content

Quantity Discounts - show lowest price for the product price


Recommended Posts

Hello, if I use quantity discounts, we get this on the product page.

Product price $3.00

Quantity Discount +5 $2.19
Quantity Discount +2 $2.60

How would I change the PRODUCT LISTING page, so that the Product Price actually displayed the lowest quantity discount.

So we would have PRICE: From $2.60

Does anyone know how to achieve this?

Link to comment
Share on other sites

when it comes to price, it is a little bit complicated.

Here is a guide line on how to do this
1. you can get the max quantity discount amount at page controller
/controllers/ProductController.php

2. Then assign it to a smarty variable

3. At theme file (.tpl), use the price - MaxQuaitityDiscount

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...