[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Extra Users?
>Thank you. Is there a way to insist that people make an account before
they
>shop?
>
>Cheers
>
>Gaz
There sure is. There is a variable called members_only which we set to 1 on
each page that requires a login:
[set members_only]1[/set]
Then in our tempate for the top of every page it contains this code:
[if scratch members_only]
[set members_only][/set]
[if !session logged_in]
[set mv_successpage]@@MV_PAGE@@[/set]
[bounce page=login]
[/if]
[/if]
Good luck!
-Ron
>----- Original Message -----
>From: "Ron Phipps" <rphipps@reliant-solutions.com>
>To: <interchange-users@developer.akopia.com>
>Sent: Monday, July 09, 2001 11:05 PM
>Subject: Re: [ic] Extra Users?
>
>
>> >When checking sample orders / users, I notice under the customers
section
>> of
>> >the admin, the same person appears several times, but with a username
>like
>> >U00001, and U00002.
>> >
>> >Does anyone know why or what this means ?
>>
>>
>> This means the user has shopped with your store more then once, but has
>not
>> resgistered with a username and password. IC will create a username
based
>> on a counter and all users that do not login, but do order will be
>assigned
>> a username. We require that a person creates an account before making an
>> order, but your business may allow people to order without creating an
>> account. Take it easy.
>>
>> -Ron