View Single Post
  #3  
Old 07-27-2015, 07:50 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: How to restrict a category by login only

Quote:
Originally Posted by totaltec
This is just psuedo code, you should find and test for the actual variables to use:
Code:
{if $cat.categoryid eq 12} {*special behavior goes here*} {if $logged ne ''} {*Show category*} {else} {*Show message to log in with link*} {/if} {else} {*Normal category behavior goes here*} {/if}
Thank you totalec for your quick response. Will it ask for registration and after login will it land on that category page to view?can you please provide me detail code to achieve the goal? Thanks a lot.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote