Customers Having to Create An Account

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
tachia
Lieutenant (LT)
Lieutenant (LT)
Posts: 61
Joined: Tue Dec 30, 2008 6:30 pm

Customers Having to Create An Account

Post by tachia » Wed Feb 25, 2009 4:46 pm

I thought customers would have the option not to create an account in order to checkout. How do you set up the shopping cart, so that the customer does not have to create an account, but just provide the shipping and email address to receive notifications and process orders?

Thanks.

sandcastle-i
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Mon Jun 29, 2009 2:52 pm

Re: Customers Having to Create An Account

Post by sandcastle-i » Wed Jul 01, 2009 11:34 am

In /conlib/onepagecheckout.ascs.cs you need to change the bool _AllowAnonymousCheckout at the top of the page to true. Then users don't need an account to purchase on the site. If you are not a technical person then we can do the work for you.

Contact Info:
Sandcastle Interactive
206.325.5383 x103
ashlee@sandcastle-i.com

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Customers Having to Create An Account

Post by ZLA » Thu Jul 02, 2009 6:17 am

You don't really need to go into the code to fix this. You can edit the OnePageCheckout scriptlet as follows to do this: [[ConLib:OnePageCheckout AllowAnonymousCheckout="True" ]], which can be done as an Admin in Edit Page mode.

Changing it in code as sandcastle said changes the default value from false to true.

Post Reply