-
1. Re: Register only once
Cedric Canete Jun 26, 2013 7:12 AM (in response to saidsalameh)Actually you can do this by just letting customers register/login and purchase. Upon checkout, they can either login as member, and all the details like shipping and billing will be auto populated based from their account. Or, they can login as guests where they will input their details everytime they make a purchase.
-
2. Re: Register only once
JoshQuillin Jul 10, 2013 4:21 AM (in response to Cedric Canete)How can you do this? I'm working on a store and I need the "checkout" button to take useres to a login screen if they are not already logged in, then once they login to re-direct them back to the cart. It's very basic store functionality that catalysit is seeming to not have. I'm very confused. This has been a days and days search to get this to work.
There are also NO registration form options. All there is, is the ability to create "secure zones" but no way to register for the site in general.... Please help!
-
3. Re: Register only once
Cedric Canete Jul 10, 2013 4:33 AM (in response to JoshQuillin)You need to manually create a registration form by adding in fields needed to register like Name, Email, Username, Password, etc.
You will need to customize the checkout page by adding 3 buttons
1. Checkout as Guest
2. Login to checkout
3. Register an account
Do all these under the checkout layout by using <div>'s and some CSS hide/show
You can do a javascript to check if the customer is already loggedIn by using the isLoggedIn module by BC and it works something like, if customer is logged in, display this, if not, display that...
-
4. Re: Register only once
thetrickster888 Jul 10, 2013 8:21 AM (in response to JoshQuillin)Hey Josh--
Here's some more information about setting up secure zones and login forms to login to those secure zones you create:
http://helpx.adobe.com/business-catalyst/partner/add-secure-area-your-site.html
If you wish to have your customers sign-in before checking out you can follow Mario's forum thread to do that: http://forums.adobe.com/docs/DOC-2529


