View Single Post
  #2  
Old 04-23-2008, 11:34 PM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: How to Show "List Price"?

All this data you can find at
/skin1/customer/main/products.tpl - one-column product listing
/skin1/customer/main/products_t.tpl - multi-column product listing
/skin1/customer/main/product.tpl - product details

for example in product.tpl you can find:

Code:
<table width="60" cellspacing="1" cellpadding="2"> <tr> <td class="SaveMoneyLabel"> <br /> {math equation="100-(price/lprice)*100" price=$product.taxed_price lprice=$product.list_price format="%3.0f" assign=discount} &nbsp;<span id="save_percent">{ $discount }</span>% </td> </tr> </table>

This is SaveMoneyLabel code.
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote