Currently it is mandatory in our store for customers to create an account in order to complete an order. Is is possible to make this an optional event? How do i do it?
Thx
Optional Customer Account set up
Re: Optional Customer Account set up
In the admin, Website > Content and Layout and edit the Checkout Page content. Add the AllowAnonymousCheckout flag like below. If you have other flags (like EnableGiftWrap, just add this to the ConLib parameters.
Code: Select all
[[ConLib:OnePageCheckout AllowAnonymousCheckout="true"]]