View Single Post
  #6  
Old 01-06-2005, 11:41 AM
 
chilll33 chilll33 is offline
 

Senior Member
  
Join Date: Oct 2003
Location: Miami, FL
Posts: 100
 

Default

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.
__________________
Core version:
5.3.2.7

PHP:
5.6.29
MySQL server:
5.5.5-10.0.27-MariaDB-cll-lveĀ  (InnoDB engine support enabled)
Web server:
Apache
Operating system:
Linux
XML parser:
found
GDLib:
found (0)
Translation driver:
Database
Curl version:
7.29.0
Reply With Quote