Announcement

Collapse
No announcement yet.

Striked out Product Prices

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Striked out Product Prices

    Hi, does anybody know how to do striked out product prices. I.e you normally see on websites, where the normal list price is striked out and a new sale price is displayed.

    Thanks.
    Iffat

    #2
    Create a Custom Property called RRP.

    Edit Act_ProductPrice.html and where you want this RRP displayed add
    Code:
    <script language=JavaScript>
    <!--
    if ( 'CUSTOMVAR:RRP' ) document.write(' <s>RRP £CUSTOMVAR:RRP</s> ');
    //-->
    </script>
    Now in such products set Custom Property RRP to be e.g. 49.99
    and you'll get a struck out " RRP £49.99 " displayed.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X