Page 1 of 1
Constrain access by a buyer
Posted: Thu Jul 16, 2009 8:26 am
by njain
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
Re: Constrain access by a buyer
Posted: Thu Jul 16, 2009 8:44 am
by mazhar
This would need some customization work. You can customize your application to restrict user access depending upon any desired factor.
Re: Constrain access by a buyer
Posted: Thu Jul 16, 2009 10:11 am
by njain
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
Re: Constrain access by a buyer
Posted: Thu Jul 16, 2009 10:25 am
by mazhar
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
Re: Constrain access by a buyer
Posted: Thu Jul 16, 2009 11:26 am
by njain
THank you very much. This is very helpful.