![]() |
Re: List Market Price on Product Detail Page
I am using 4.1 and can't find the above code anyone one know where to look?
|
Re: List Market Price on Product Detail Page
It is in the skin1/customer/main/product.tpl file where you add the code.
|
Re: List Market Price on Product Detail Page
Quote:
change this {if $product.list_price gt 0} into {if $product.list_price gt $product.taxed_price} |
Re: List Market Price on Product Detail Page
Awesome, thank you so much!!
|
Re: List Market Price on Product Detail Page
Quote:
Just in case anybody else hasn't noticed it, there is a speech mark missing from the above, after the 30%, it should be <tr><td width="30%"> Could I also ask, what does the <S> tag do? I couldn't find anything about it on Google. |
Re: List Market Price on Product Detail Page
Does anybody know how to remove the strikethrough? And also does anybody know how to change the price from dollars to pounds? (I'm in the U.K.)
|
Re: List Market Price on Product Detail Page
I contacted Qualiteam to find out how to fix this problem, so in case anybody else has got this far, the <S> tag is the strikethrough, and to show pounds instead of dollars, use:
{if $product.list_price gt $product.taxed_price} <tr><td width="60" nowrap="nowrap"> {$lng.lbl_market_price}: </td><td> £{$product.list_price} </td></tr> {/if} lbl_market_price in this case is "R.R.P." £ replaces the dollar sign |
Re: List Market Price on Product Detail Page
I have a CSS Skin and I cannot find the text before which I am supposed to insert the MOD.
I have just added the MOD to a random spot in the file but it did not work. Please advise...thanks! |
All times are GMT -8. The time now is 10:34 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.