KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: omkarkelkar on October 21, 2008, 12:34:51 pm

Title: Want to hide all products to user b4 login
Post by: omkarkelkar on October 21, 2008, 12:34:51 pm
Hi! developers...
I want to hide all product & details b4 login to user.
User must login to site & then only can b able to access list of products... & so cart also.
I want to show all info of products after Login only.
How to remove this???  ???
Title: Re: Want to hide all products to user b4 login
Post by: ryan on October 21, 2008, 01:15:16 pm
You need to configure the application to send the user to the login page if he isn't already logged in. This already occurs for many of the struts actions. You just need to implement it for the others and change the struts-config.xml file accordingly.