Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

How to Show "List Price"?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-22-2008, 12:34 PM
 
pengrus pengrus is offline
 

eXpert
  
Join Date: Feb 2004
Posts: 359
 

Default How to Show "List Price"?

Hi, I'd like to show the "List Price" right above our price on the Product detail page. Is this easy to do?

My x-cart is 4.1.8. I searched the forum and was not able to find a solution.

I was told many customers called in and questioned about the Save % money label. They said it is too misleading, and they expected additional discount on our price.

Many thanks!
Sean
__________________
x-cart 4.1.8 Gold
Linux
Reply With Quote
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:47 PM.

   

 
X-Cart forums © 2001-2020