Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Displaying Quantity Discount under product name (Is this right?)

Displaying Quantity Discount under product name (Is this right?)

Locked

Views: 978

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
6 Sep 2007, 4:18 PM
#1
flipjargendy avatar

flipjargendy

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;
}

?>