X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   0 or 8 ??? (https://forum.x-cart.com/showthread.php?t=630)

successful 11-12-2002 06:08 PM

0 or 8 ???
 
Take a look at the second product (Universal Translator - Voice Translator with Speech Recognition System UT-103 ) listed from the bottom of the following page:

http://123language.com/store/customer/home.php?cat=32

The "Market price" LOOKS like it's $ 202.00 while it's actually $282.00 . We have this issue with many other products as well.

Any suggestions ?

disneyana 11-12-2002 06:23 PM

I had similar problems with one of my clients stores. After trying different fonts and sizes, we decided it would be best to remove the strikethrough especially since the "Our Price" was much more dominant anyway.

successful 11-12-2002 06:43 PM

Quote:

Originally Posted by disneyana
I had similar problems with one of my clients stores. After trying different fonts and sizes, we decided it would be best to remove the strikethrough especially since the "Our Price" was much more dominant anyway.


Good idea!

Which template has the STRIKE html that we have to remove ? The truth is that the market price isn't even mentioned on the products main page either.

disneyana 11-12-2002 07:51 PM

/<x-cart_dir>/skin1/customer/main/products.tpl

Code:

{if $products[product].discount ne 0}
<font class=MarketPrice>{$lng.lbl_market_price}: <s>{math equation="(price/(100-discount))*100" price=$products[product].price discount=$products[product].discount format="%d.00" assign=unformatted}{include file="currency.tpl" value=$unformatted}</s></font>

{/if}


Remove the <s> and </s>

successful 11-12-2002 07:55 PM

Quote:

Originally Posted by disneyana
/<x-cart_dir>/skin1/customer/main/products.tpl

Code:

{if $products[product].discount ne 0}
<font class=MarketPrice>{$lng.lbl_market_price}: <s>{math equation="(price/(100-discount))*100" price=$products[product].price discount=$products[product].discount format="%d.00" assign=unformatted}{include file="currency.tpl" value=$unformatted}</s></font>

{/if}


Remove the <s> and </s>


disneyana,

Thanks! That did it.


All times are GMT -8. The time now is 08:52 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.