mutiple storefronts

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mshaw
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Thu Sep 04, 2008 1:53 pm

mutiple storefronts

Post by mshaw » Mon Sep 15, 2008 11:32 am

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: mutiple storefronts

Post by mazhar » Tue Sep 16, 2008 12:26 am

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.

Post Reply