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)
-   -   wrong wording in 4.3 on save items (https://forum.x-cart.com/showthread.php?t=51825)

gizmo 01-17-2010 02:05 PM

wrong wording in 4.3 on save items
 
1 Attachment(s)
While editing my custom designs in 4.3.0 Based on light and lucid |I noticed the wording

"41% Save" shouldn't this be proper English "Save 41%"

Screen grab below:

http://forum.x-cart.com/attachment.php?attachmentid=1813&stc=1&d=126376944 5

ARW VISIONS 01-17-2010 02:27 PM

Re: wrong wording in 4.3 on save items
 
yes should be reversed or should say saved

gizmo 01-17-2010 02:54 PM

Re: wrong wording in 4.3 on save items
 
For anyone that does get this for what ever reason: Only on home page Featured on my light and lucid 3 columns

go to > skin1//customer/main/products_t.tpl

FIND: Around line 131

Code:

<span class="price-save">{$product.appearance.market_price_discount}% {$lng.lbl_save_price}</span>

REPLACE WITH:

Code:

<span class="price-save">{$lng.lbl_save_price}{$product.appearance.market_price_discount}% </span>

Haven't a clue why it was like this...

ARW VISIONS 01-17-2010 06:32 PM

Re: wrong wording in 4.3 on save items
 
all your base are belong to us


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

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