![]() |
Removing Market price
Hi,
I've been searching the forum all over to find an answer ;) I don't have any use for the "Market price" and even if I put a 0 value its still showing below the price : "Market price... with nothing beside". How can I just remove this? Please be explicit, i'm such a newbie at x-cart. :oops: Thanks a lot! Melanie |
Re: Removing Market price
It doesn't in stock xcart. Have you modified product.tpl or products_list.tpl or products_t.tpl templates? It is in one of them depending on which page you are seeing this and the code to comment out is a little bit different.
|
Re: Removing Market price
I found this in product.tpl, could it be it?
PHP Code:
|
Re: Removing Market price
Code:
{ if $product.appearance.has_market_price && $product.appearance.market_price_discount gt 0} this is the code that shows it but it's conditional and will not show it if you put 0 as market price on product modify page in admin. Try clearing the cart cache www.yourdomain.com/cleanup.php - see if it works |
Re: Removing Market price
Nope... it's still showing after clearing the cache.
I've put 0 to all the market price, and it still showing it on the detailed product page, but leaves the price part empty. Well, if you have any idea of something I could try. Thanks with all the help. Melanie |
Re: Removing Market price
you don't want to put 0 as the market price, you will need to leave that blank, there is a difference between the two, try removing the market price from your product, just delete the zero in the field and try that
|
Re: Removing Market price
Quote:
I've try it too, but when I save, it's resetting to 0.00 automatically. |
Re: Removing Market price
ah, just looked at your site, I don't think it's actually the market price, it's the space for the Taxed Price, but in your template it has the same label;
Code:
{ if $product.appearance.has_market_price && $product.appearance.market_price_discount gt 0} have you got taxes set up? it looks like it thinks there should be a taxed price, but it's not finding something to display, perhaps an issue with the customer/main/taxed_price.tpl template |
Re: Removing Market price
I think amy is right. Just looked at the site. Do you have by any chance checked to show taxes or rates? These are settings on taxes in admin
|
Re: Removing Market price
Quote:
Hmm, I think you might have something there. Yes I have taxes set up. I don't have any taxed_price.tpl template in customer/main, only found taxe_formula.tpl and taxe_rate_edit.tpl. |
All times are GMT -8. The time now is 03:40 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.