Tuesday 23 September 2003 2:32:05 am
I have a site which allow anonymous visitors, so in /siteaccess/<access>/site.ini.append I have RequireUserLogin = false. The anonymous user can navigate by site and to buy products (add to basket), but the checkout process is only allowed for registered user. When user press 'checkout' button the system must check if user is registered. If so, the checkout process can continue, else, the visitor must register or login first. How can I achieve these task?
Thanks in advance Adolfo Barragan
|