Quote:
Originally Posted by adpboss
Code:
{if $login ne ""}SHOW STUFF TO LOGGED IN CUSTOMER{else}Please login to view pricing or place an order.{/if}
or if you just want it hidden
Code:
{if $login ne ""}SHOW STUFF TO LOGGED IN CUSTOMER{/if}
That will work.
|
Thanks abpboss, I will try that. One more question, do you know how this can be done only for some products maybe using the extra fields? I know it could be done with the older 3.xx versions, but on 4.xx I could not figure this one out.
Thanks.