![]() |
Suggested Retail
I would like to place a "Suggest Retail" price under my actual price. How do I do that?
Thanks! |
Is this not the market price ?
|
Detailed
Yes but it is not showing up on my detailed description page. It does show up on the first description.
Thanks! Jerry |
you could add this
Code:
{if $product[product].list_price gt 0} |
File
Thank you for the code. Could you please tell me what file or template this would be added to?
Thanks! |
the detailed description page is product.tpl
|
Tried
Almost everywhere in the file however it did not show the market price.
Anything else I can try? Thanks. |
sorry, try this
Code:
{if $product.list_price gt 0} |
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> |
As far as I know the "list_price" is the suggested retail price. Don't need extra code for it. :mrgreen:
|
All times are GMT -8. The time now is 03:00 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.