Re: Remove brackets on variant price
Hi,
That would have been the easy solution right? My code is the same as yours except I removed the references to the alt currency as I only want to show the primary currency.
{if $product.taxed_price ne 0 || $variant_price_no_empty}
<font class="ProductDetailsTitle"><span id="product_price" style="white-space: nowrap;">{include file="currency.tpl" value=$product.taxed_price plain_text_message=true}</span></font>
{if $product.taxes}<br />{include file="customer/main/taxed_price.tpl" taxes=$product.taxes}{/if}
I am pretty sure that the price is being controlled by code further down in the template if variants exist for that product:
{ include file="modules/Product_Options/customer_options.tpl"} which in turn includes check_options.tpl. I believe that the answer lies in one of these two templates but I can't see where.
Thanks,
Pete
__________________
Pete
xcart Version 4.0.17 [win]
and xcart Version 4.0.18[win]
|