New user registration
-
- Ensign (ENS)
- Posts: 2
- Joined: Mon Oct 13, 2008 11:35 am
New user registration
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.
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
Here is a similar thread. Please read the following post
viewtopic.php?f=42&t=8215
viewtopic.php?f=42&t=8215
-
- Ensign (ENS)
- Posts: 2
- Joined: Mon Oct 13, 2008 11:35 am
Re: New user registration
Thanks. That helped a lot.
- bryancapitano
- Ensign (ENS)
- Posts: 13
- Joined: Sun Oct 05, 2008 9:33 am
- Location: Portland, Oregon
- Contact:
Re: New user registration
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
Thanks,
Bryan
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: New user registration
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
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: New user registration
Set AllowAnonymousCheckout to true for OnePageCheckout
Code: Select all
[[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]
- bryancapitano
- Ensign (ENS)
- Posts: 13
- Joined: Sun Oct 05, 2008 9:33 am
- Location: Portland, Oregon
- Contact:
Re: New user registration
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
No for this you have to make sure that user must have account.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....?