by Jim » Wed Jan 05, 2011 3:14 pm
The template tag to display the quantity pricing table [-- product.quantitypricing --] will always output the entire table if the check box for quantity pricing is check for the product. However, as long as the checkbox is checked quantity prices will be calculated for the number of products ordered even if the [-- product.quantitypricing --] is not in the template. So If you set the normal product price to the lowest price then you could modify the product template to be something like
[-- if product.quantitypricing --]
As low as: [-- product.price --]
[-- end_if --]
That way the normal price, which you set to the lowest price, will be displayed instead of the quantity table.