| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Suggested Retail | ||||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
Suggested Retail
I would like to place a "Suggest Retail" price under my actual price. How do I do that?
Thanks! |
|||||||
#2
|
|||||||||
|
|||||||||
Is this not the market price ?
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. EWD Hosting Hands On Hosting |
|||||||||
#3
|
|||||||
|
|||||||
Detailed
Yes but it is not showing up on my detailed description page. It does show up on the first description.
Thanks! Jerry |
|||||||
#4
|
|||||||||
|
|||||||||
you could add this
Code:
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. EWD Hosting Hands On Hosting |
|||||||||
#5
|
|||||||
|
|||||||
File
Thank you for the code. Could you please tell me what file or template this would be added to?
Thanks! |
|||||||
#6
|
|||||||||
|
|||||||||
the detailed description page is product.tpl
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. EWD Hosting Hands On Hosting |
|||||||||
#7
|
|||||||
|
|||||||
Tried
Almost everywhere in the file however it did not show the market price.
Anything else I can try? Thanks. |
|||||||
#8
|
|||||||||
|
|||||||||
sorry, try this
Code:
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. EWD Hosting Hands On Hosting |
|||||||||
#9
|
|||||||
|
|||||||
Thanks
The code worked as it is showing up, however I attached a photo of what it looks like.
http://www.club5jax.com/images/details.gif Here is the code: <td> {if $product.list_price gt 0} {math equation="100-(price/lprice)*100" price=$product.price lprice=$product.list_price format="%d" assign=discount} <font class=MarketPrice>{$lng.lbl_market_price}: <s> {include file="currency.tpl" value=$product.list_price} </s></font> {/if} {if $product.price ne 0} <font class=ProductDetailsTitle>{include file="currency.tpl" value=$product.price}</font><font class=MarketPrice> {include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.price}</font>{if $config.Taxes.use_vat eq "Y" and $product.vat gt "0"}, {$lng.lbl_including_vat} {$product.vat}%{/if} {else} <input type=text size=7 name=price> {/if} </td> |
|||||||
#10
|
|||||||||
|
|||||||||
As far as I know the "list_price" is the suggested retail price. Don't need extra code for it.
|
|||||||||
|
|||
X-Cart forums © 2001-2020
|