Turn Customer Login Off
-
- Ensign (ENS)
- Posts: 7
- Joined: Tue Jun 23, 2009 5:37 pm
Turn Customer Login Off
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.
Re: Turn Customer Login Off
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.
Note that this only applies to single shipping address. For multiple destinations, user must create a login.
Re: Turn Customer Login Off
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"]]
[[ConLib:OnePageCheckout AllowAnonymousCheckout="True"]]