Re: Displaying 'Wholesale price' instead of 'Product price'
Thanks for the mod PhilJ, but I was wondering if maybe there is a simpler way to do what I want, because since all areas of the site display the wholesale price correctly for me, presumably
/customer/main/products_list.tpl
at line 88
</span> <span class="price-value">{include file="currency.tpl" value=$product.taxed_price}</span>
is somehow getting the wholesale price. I am hoping there is some sort of 'if' Smarty statement that I can use, something like
{if $product.taxed_price ...
which uses something that means "if $product-taxed_price uses wholesale price" then display 'Wholesale Price'.
Please forgive my ignorance as I'm still learning some of this!
__________________
X-Cart Gold Version 4.3.2
|