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
Code:<!-- This is displayed under the original price --> <?php if ($quantityDiscount == true) { echo 'Buy two or more: ' $quantityPrice; } ?>




