Only for wholesalers

Hello,



I’m developing a site only for wholesalers, so prices must be invisible to common visitors that haven’t a valid access.



I saw that it could be done easier putting this code in ‘price.tpl’:


{* $Id: price.tpl 2045 2006-08-15 15:05:33Z zeke $ *}
{strip}

[COLOR="Red"]{if $auth.user_id}[/COLOR]

...............
................
{$currencies.$secondary_currency.symbol}{/if}
{/if}

{else}
[COLOR="red"]Only Resellers
{/if}[/COLOR]{/strip}




This works fine, but I can still view percentage discounts in product’s view and listings…



Is there a way to hidden also these informations, please?



Many thanks

Regards