[ic] price and sales price

Peter peter at pajamian.dhs.org
Sun Jan 18 22:21:55 UTC 2009


On 01/18/2009 01:41 PM, Darnell Hudson wrote:
> How can  I get the products to list both price and sales price on the 
> product page.
> so that the regular price is crossed out and then has the sales price.

Modify to suit ...

[if type="explicit" compare="[item-price noformat] == [item-field price]"]
                [L]Price[/L]: <b><span class="price">[item-price]</span></b>
[else]
                [L]Regular Price[/L]: <span
class="price"><strike>[currency][item-field
price][/currency]</strike></span><br>
                [L]Sale Price[/L]: <b><span
class="price">[item-price]</span></b>
[/else]
[/if]


Peter



More information about the interchange-users mailing list