6 Sep 2007, 4:18 PM
New Zenner
- Join Date:
- Jun 2007
- Posts:
- 87
- Plugin Contributions:
- 0
Displaying Quantity Discount under product name (Is this right?)
I'm not quite sure if this would work yet, and I don't know what the variable would be yet either. But I need to display the quantity discount on the main page in the featured products center box. Tell me if I have the right idea?
Also, the variables would be nice to have, if anyone knows what they are :smile:
<!-- This is displayed under the original price -->
<?php
if ($quantityDiscount == true)
{
echo 'Buy two or more: ' $quantityPrice;
}
?>