| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Save Money Label | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#11
|
|||||||||
|
|||||||||
![]() Yea I had a look at your site earlier.
You need to check as I see you have a custom skin, that within customer/main/product_details.tpl You do have this: {if $product.appearance.has_market_price && $product.appearance.market_price_discount gt 0} <td align="right" valign="top"> <div class="save-percent-container"> <div class="save" id="save_percent_box"> <span id="save_percent">{$product.appearance.market_pric e_discount}</span>% </div> </div> </td> {/if} The only reason I suppose it would stop working is some edits somewhere on your templates, or maybe some custom mod maybe.
__________________
Thank You - Alan Don't be like me, and keep saying "Nearly did it" go do it!! Version: 4.4.4 Gold - |
|||||||||
|
#12
|
|||||||||
|
|||||||||
![]() That code is indeed present in product_details. Well then, I'm not sure what to do!
I do have a couple mods, but the disappearance of the Save Money Label doesn't correspond with any of the mods, nor the custom skin. Wow... hmm. Back to the drawing board. Thank you so much for your time. Appreciate it!
__________________
Michelle Gilbert Sarva Natural Artisan Soaps X-Cart Gold v 4.3.0/X-Configurator |
|||||||||
#13
|
|||||||||
|
|||||||||
![]() Well if it worked and then didn't and a mod was installed it could be something to do with a mod, maybe within the database or code elsewhere..
Can I asked when you noticed it stopped appearing? Help to pinpoint what went wrong ![]()
__________________
Thank You - Alan Don't be like me, and keep saying "Nearly did it" go do it!! Version: 4.4.4 Gold - |
|||||||||
#14
|
|||||||||
|
|||||||||
![]() I've been sitting here pondering since last replying.
I am a sole proprietor and definitely not a coder, but a close friend is a developer. Paid a local designer for the custom skin, but my friend has made a couple changes for other reasons. (shoestring budget here...) There is a change he made to same file. I have some items that need to be priced at 0.00 for purposes of X-Configurator, but wanted the resultant empty text box ("enter your price") to instead show as "Not sold individually". Example here. Now, that's still got a whole other set of issues surrounding it (better described in a separate post that I can dig up on request), and we still don't have it solved. I am considering hiring an X-cart expert (ahem!) to take care of it for me rather than burdening my friend. But upon inspecting product_details.tpl closer, I do find that this is indeed the file in which he inserted a couple lines of code. I'd take them out to see if it solves the save money label, but (a) I'm not 100% sure what to remove and (b) it would cause other problems. I hope pasting the below section of code is helpful - maybe you can get a feel for what is going on. {* 2010-03-04 JWP - added this check to prevent price from showing for half bars *} {if $product.price gt 0} <td class="property-value" valign="top" colspan="2"> {if $product.taxed_price ne 0 || $variant_price_no_empty} <span class="product-price-value">{include file="currency.tpl" value=$product.taxed_price tag_id="product_price"}</span> <span class="product-market-price">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price tag_id="product_alt_price"}</span> {if $product.taxes} <br />{include file="customer/main/taxed_price.tpl" taxes=$product.taxes} {/if} {else} <input type="text" size="7" name="price" /> {/if} </td> {else} {* 2010-03-04 JWP - added this check to prevent price from showing for half bars *} <td class="property-value" valign="top" colspan="2">not sold individually</td> {/if} </tr> That appears in lines 83-101 of same file. I simply didn't think to notice if the save money label disappeared after this was inserted, so I don't know.
__________________
Michelle Gilbert Sarva Natural Artisan Soaps X-Cart Gold v 4.3.0/X-Configurator |
|||||||||
#15
|
|||||||||
|
|||||||||
![]() Why don't you back up the file you have now, then go to webmaster mode and restore original (For the purpose of just to see if it appears)
If it does you can now safely say that the modified template has errors, I cannot see the whole template to see what's happening. But my suggestion is a start. Now I'm off to bed it's 3:30 here in UK and was up watching Oscars.
__________________
Thank You - Alan Don't be like me, and keep saying "Nearly did it" go do it!! Version: 4.4.4 Gold - |
|||||||||
|
#16
|
|||||||||
|
|||||||||
![]() You have been more than kind, thank you! I'll try your suggestion. I thought it was quite late in the UK! Thanks again.
__________________
Michelle Gilbert Sarva Natural Artisan Soaps X-Cart Gold v 4.3.0/X-Configurator |
|||||||||
|
|||
X-Cart forums © 2001-2020
|