perfectj Posted July 27, 2008 Posted July 27, 2008 i need to password protect a category - special prices for certain customer groups. i know there is a contrib for this "hide products from customer groups" but i need a simpler way of doing it, so i just want a login field for for the wholesale category. any ideas?
satish Posted July 27, 2008 Posted July 27, 2008 You want one login for all whoesalers or they have different login. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
perfectj Posted July 27, 2008 Author Posted July 27, 2008 You want one login for all whoesalers or they have different login. Satish i have it set up already so all customers have a different login and i have Seperate Pricing Per Customer set up so i can divide my customers into groups. what i want is only the wholesale customer group to be able to see the wholesale category. possible?
satish Posted July 28, 2008 Posted July 28, 2008 Yes it is possible. in application_top.php place a code that chek if cpath == wholesale category id. If so it cheks for customer group if wholesale it allows the code to move further else redirect to either Home page or forbidden page. Similarly in html output apply logic so that wholesale category link is not placed in href when a non wholesale group customer logs in. Satish. Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
perfectj Posted July 28, 2008 Author Posted July 28, 2008 Yes it is possible. in application_top.php place a code that chek if cpath == wholesale category id. If so it cheks for customer group if wholesale it allows the code to move further else redirect to either Home page or forbidden page. Similarly in html output apply logic so that wholesale category link is not placed in href when a non wholesale group customer logs in. Satish. thanks - i'll give it a go
Recommended Posts
Archived
This topic is now archived and is closed to further replies.