Page 1 of 1
New user registration
Posted: Wed Oct 15, 2008 8:43 am
by Giles Roberts
Dear All,
Is it possible to capture extra information when a new customer logs in to the site? I ideally I'd like to have a check box to say whether they'd like to receive marketing emails and an optional entry box for their mobile number.
Regards Giles.
Re: New user registration
Posted: Wed Oct 15, 2008 8:51 am
by mazhar
Here is a similar thread. Please read the following post
viewtopic.php?f=42&t=8215
Re: New user registration
Posted: Thu Oct 16, 2008 9:22 am
by Giles Roberts
Thanks. That helped a lot.
Re: New user registration
Posted: Fri Dec 12, 2008 6:20 pm
by bryancapitano
Is there any built-in way (or easy hack) to make the user registration optional during checkout? Right now, user registration seems mandatory.
Thanks,
Bryan
Re: New user registration
Posted: Fri Dec 12, 2008 7:05 pm
by jmestep
Yes, when you call the One Page checkout you can set that parameter. The syntax for that and parameters for other controls is in the Help-->ConLib Reference
Re: New user registration
Posted: Sat Dec 13, 2008 5:07 am
by mazhar
Set
AllowAnonymousCheckout to true for OnePageCheckout
Code: Select all
[[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]
Re: New user registration
Posted: Sat Dec 13, 2008 12:22 pm
by bryancapitano
And if we do this, does anybody know how this will affect coupon functionality? For example, if we create a coupon where Uses Per Customer=1, will the system still be able to keep track of uses per customer, when customers are anonymous? I'm guessing it will break the coupon functionality....?
Re: New user registration
Posted: Mon Dec 15, 2008 4:40 am
by mazhar
And if we do this, does anybody know how this will affect coupon functionality? For example, if we create a coupon where Uses Per Customer=1, will the system still be able to keep track of uses per customer, when customers are anonymous? I'm guessing it will break the coupon functionality....?
No for this you have to make sure that user must have account.