Post by Bryan76 » Fri Jan 29, 2010 4:00 am

It appears the stock template allows for displaying of the full price and a special:

Code: Select all

              <?php if ($display_price) { ?>
              <tr>
                <td><b><?php echo $text_price; ?></b></td>
                <td><?php if (!$special) { ?>
                  <?php echo $price; ?>
                  <?php } else { ?>
                  <span style="text-decoration: line-through;"><?php echo $price; ?></span> <span style="color: #F00;"><?php echo $special; ?></span>
                  <?php } ?></td>
              </tr>
              <?php } ?>
But it appears that Discounts are already rolled into $price. What I would like to do is display it exactly like a special on this screen. With the full price crossed out, and the discounted price shown.

Any way to do this by only making changes in the templates?

B

Newbie

Posts

Joined
Tue Jan 19, 2010 6:46 am
Who is online

Users browsing this forum: No registered users and 57 guests