New user registration

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Giles Roberts
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Mon Oct 13, 2008 11:35 am

New user registration

Post by Giles Roberts » Wed Oct 15, 2008 8:43 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: New user registration

Post by mazhar » Wed Oct 15, 2008 8:51 am

Here is a similar thread. Please read the following post
viewtopic.php?f=42&t=8215

Giles Roberts
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Mon Oct 13, 2008 11:35 am

Re: New user registration

Post by Giles Roberts » Thu Oct 16, 2008 9:22 am

Thanks. That helped a lot.

User avatar
bryancapitano
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Sun Oct 05, 2008 9:33 am
Location: Portland, Oregon
Contact:

Re: New user registration

Post by bryancapitano » Fri Dec 12, 2008 6:20 pm

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

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: New user registration

Post by jmestep » Fri Dec 12, 2008 7:05 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: New user registration

Post by mazhar » Sat Dec 13, 2008 5:07 am

Set AllowAnonymousCheckout to true for OnePageCheckout

Code: Select all

[[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]

User avatar
bryancapitano
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Sun Oct 05, 2008 9:33 am
Location: Portland, Oregon
Contact:

Re: New user registration

Post by bryancapitano » Sat Dec 13, 2008 12:22 pm

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....?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: New user registration

Post by mazhar » Mon Dec 15, 2008 4:40 am

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.

Post Reply