Announcement

Collapse
No announcement yet.

price offer??

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

    price offer??

    Does anyone know how i can put a red slash though the rrp price and then put a lower price next to the item??
    thanks
    Angelo

    #2
    Angelo,

    The only thing I can think of is to use an image for the Slashed Price and hard code it in. The price of a product weather Discounted or Retail is brought in by a single variable and so it will not be possible to display two prices for a single product.

    Cheers,
    Bruce King
    SellerDeck

    Comment


      #3
      Hi Angelo,

      There is some thing else you can do... you can use a custom Property for the second price and to get the strike through effect you can insert the following code in the Product Layout Template you are using for the specific product...
      <font color="red" style="text-decoration: line-through;">CUSTOMVAR:OLDPRICE</font>

      Hope this helps,
      Bruce King
      SellerDeck

      Comment

      Working...
      X