View Single Post
  #2  
Old 12-23-2006, 12:25 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Removing cross (strike) through market price.

In skin1/customer/main.products.tpl

Remove the <S>...</S> surrounding the 'market price'

Code:
<FONT class="MarketPrice">{$lng.lbl_market_price}: <S> {include file="currency.tpl" value=$products[product].list_price} </S></FONT><BR>
__________________
xcartmods.co.uk
Reply With Quote