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)
-   -   Save Money Label (https://forum.x-cart.com/showthread.php?t=45813)

bss 02-24-2009 08:08 PM

Save Money Label
 
I don't see Save Money Label on product pages. I have checked "The dynamic updating of the Save Money label depending on the selected product options is enabled" option "ON" in Product Options. I am running 4.2.0.

Here is the weird part - Save Money logo does appear on product pages only if the selling Price is greater than the List Price. There is just a % symbol under SAVE.

Any thoughts? Has anyone else experienced this problem?

Thanks!

balinor 02-25-2009 03:33 AM

Re: Save Money Label
 
Moving to the 4.2 forum - I believe there is already a thread on this topic.

Victor D 02-25-2009 03:51 AM

Re: Save Money Label
 
skin1/customer/main/product.tpl
you should change
Code:

{if $product.appearance.market_price_discount} style="display: none;"{/if}



to
Code:

{if not $product.appearance.market_price_discount} style="display: none;"{/if}


http://forum.x-cart.com/showpost.php?p=245664&postcount=38

bss 02-25-2009 06:05 AM

Re: Save Money Label
 
Thanks Victor. I appreciate your help.

stizz 02-27-2009 12:15 AM

Re: Save Money Label
 
Hey guys,

Is there a way to change the word SAVE in the savemoneylabels? Been searching in the language files as well as in product.tpl, but couldn't find it.
Thanks in advance

Greetings from Holland,
Yorick
Stizz

Victor D 02-27-2009 12:28 AM

Re: Save Money Label
 
this word is typed on the image so you should correct skin1/images/save_money.gif

JWait 10-14-2009 02:50 PM

Re: Save Money Label
 
How about changing it from Save percent to display it as Save dollars in 4.2.x?

sarvasoap 03-07-2010 05:18 PM

Re: Save Money Label
 
Hello - I'm running 4.3.x and my Save Money Label is MIA. I looked in product.tpl and can't find the above string. (of course, this could be why it isn't working...) Does this work differently in 4.3, and can someone give me a hint? Thanks so much.

gizmo 03-07-2010 05:31 PM

Re: Save Money Label
 
Quote:

Originally Posted by sarvasoap
Hello - I'm running 4.3.x and my Save Money Label is MIA.

What do you mean?

Are you asking why your image is not appearing? when you have save x amount from your product details?

sarvasoap 03-07-2010 05:43 PM

Re: Save Money Label
 
Yes, gizmo, that's correct. The Save Money Label does not appear for products where the sales price is lower than the list price.

Example

The strange thing is, up until about two weeks ago, it was working fine. I have no idea what changed. None at all.


All times are GMT -8. The time now is 04:40 PM.

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