View Single Post
  #2  
Old 11-02-2003, 08:53 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

customer/main/products.tpl (or if your using column's products_t.tpl):

Code:
<font class=MarketPrice>{$lng.lbl_market_price}: <s> {include file="currency.tpl" value=$products[product].list_price} </s></font>

Theres the strikethrough MarketPrice.

A few lines below this you'll find:

Code:
{if $products[product].list_price gt 0 and $products[product].price lt $products[product].list_price}, save {$discount}%{/if}

Thers the "you save %" code.

hth.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote