If I Uncheck the Display Customer Login Before Checkout does that completely remove the login page, or only skip it for customers who are already logged in?
I am wanting to bypass the ORDL page for customers who are already logged in, but still display it for customers who are not logged in.
On my BASK page I have a proceed to checkout button that links to the ORDL page. Do I need an if/else for if the customer is already logged in?
Thanks!
I am wanting to bypass the ORDL page for customers who are already logged in, but still display it for customers who are not logged in.
On my BASK page I have a proceed to checkout button that links to the ORDL page. Do I need an if/else for if the customer is already logged in?
Thanks!
Comment