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
Constrain access by a buyer
Re: Constrain access by a buyer
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
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
Regards,
Nischal
Re: Constrain access by a buyer
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
Read following topic it may help you
viewtopic.php?f=42&t=9628
Re: Constrain access by a buyer
THank you very much. This is very helpful.