View Single Post
  #8  
Old 11-13-2010, 05:53 AM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default 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} <span class="product-taxed-price">{$lng.lbl_market_price}: {include file="currency.tpl" value=$product.list_price}</span> {/if} {if $product.taxes} <span class="product-taxed-price">{$lng.lbl_market_price}: {include file="customer/main/taxed_price.tpl" taxes=$product.taxes}</span> {/if}

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
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!
Reply With Quote