Page 1 of 1

mutiple storefronts

Posted: Mon Sep 15, 2008 11:32 am
by mshaw
Is there a way in AbleCommerce 7 to have multiple storefronts? If we have users from a certain url we only want to show them categories and products specific to users coming from a URL. If the user comes from a public url we want to only allow them to access categories from storefront 1, let's say but if they came from a link from a private url we want to show different category and products. What is the best way to do this in ac7?

Re: mutiple storefronts

Posted: Tue Sep 16, 2008 12:26 am
by mazhar
You can get your job done by providing some custom code. For example you can put some code on the display pages which you want to have group specific things which first checks the group of current user and then enable/disable or load the data depending upon the group.