Quote:
Originally Posted by adpboss
Did you get this solved?
My solution would be to use an {if} statement around the pricing display in product.tpl and products.tpl.
You would have to wrap the regular pricing as well as the quantity discount pricing statements in code similar to this
{if login eq ""}Contact us for wholesaler pricing{else} SHOW PRICING{/if}
|
Is it possible to do something like this but with the retail prices?
I want the customer to see prices when logged in only.