View Single Post
  #10  
Old 11-13-2010, 06:11 AM
  capuccino1976's Avatar 
capuccino1976 capuccino1976 is offline
 

Member
  
Join Date: Jun 2010
Posts: 14
 

Default Re: Removing Market price

Quote:
Originally Posted by amy2203
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

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.
__________________
X-Cart Gold 4.2.3
http://www.laccessoiriste.com
Reply With Quote