View Single Post
  #6  
Old 07-27-2015, 11:15 PM
 
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}

Working like a charm.But one issue after login and register how to redirect to that current category page not on home page or cart page?

How to achieve this?
Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote