Constrain access by a buyer

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
njain
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Wed Jul 08, 2009 11:46 am

Constrain access by a buyer

Post by njain » Thu Jul 16, 2009 8:26 am

Does Able Commerce 7.0 has the ability to constrain access by a buyer based upon elapsed time , number of accesses, or similar metric?

Thank you.

Nischal
Bai.org

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

Re: Constrain access by a buyer

Post by mazhar » Thu Jul 16, 2009 8:44 am

This would need some customization work. You can customize your application to restrict user access depending upon any desired factor.

njain
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Wed Jul 08, 2009 11:46 am

Re: Constrain access by a buyer

Post by njain » Thu Jul 16, 2009 10:11 am

Thank you very much. Can you give me an example of how customize it for a factor? This would be a great help.

Regards,
Nischal

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

Re: Constrain access by a buyer

Post by mazhar » Thu Jul 16, 2009 10:25 am

Let's suppose you are trying to restrict user to access certain pages after a specified number visits. In this case you can increment some db flag for each visit of customer. Then you can put some script in those pages that checks that flag stored for each user upon his/her visit and if reaches to maximum number then you can simply redirect him/her to some public page.
Read following topic it may help you
viewtopic.php?f=42&t=9628

njain
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Wed Jul 08, 2009 11:46 am

Re: Constrain access by a buyer

Post by njain » Thu Jul 16, 2009 11:26 am

THank you very much. This is very helpful.

Post Reply