View Single Post
  #5  
Old 06-21-2008, 06:43 PM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default Re: hide the Price until customers login.

save your money and figure it our for yourself. Believe me . I know what i'm talking about ) payed enough money in the last couple of years.

Try to upgrade this working code for 3.5.14 to 4.1.9. I using this code in my 3.5.14

Code:
{if $customer_info.membership eq "Wholesale"}Display Special Content{else}{/if}

Play around with something like this:

Code:
{if $login ne "" and $customer_info.membership eq "Wholesale"} display membership info {else}{/if}
__________________
X-Cart Gold Version 3.5.14 (Live)
X-Cart Gold Version 4.1.10 (in dev)

Modification for 4.1.10
Run with 1 License, 1 Database up to 5 Shops with different domains, config, categories and more. click here for informations
Reply With Quote