Turn Customer Login Off

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Ryancampbellmba
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Tue Jun 23, 2009 5:37 pm

Turn Customer Login Off

Post by Ryancampbellmba » Fri Jul 24, 2009 6:08 pm

How can I completely turn off the customer login requirement when customer place an order? Without taking away their ability to leave an e-mail for a confirmation e-mails of course.

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

Re: Turn Customer Login Off

Post by ZLA » Fri Jul 24, 2009 7:53 pm

See this post: viewtopic.php?f=42&t=9894&p=50118&hilit ... out#p50118

Note that this only applies to single shipping address. For multiple destinations, user must create a login.

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

Re: Turn Customer Login Off

Post by mazhar » Mon Jul 27, 2009 3:07 am

In order to allow user to place order without Login you can enable anonymous checkout by enabling AllowAnonymousCheckout property of OnePageCheckout control like
[[ConLib:OnePageCheckout AllowAnonymousCheckout="True"]]

Post Reply