Quote Originally Posted by ecmauto View Post
I did notice something that I am not sure is correct, in order to cowoa you must go to the shopping cart page 1st, then hit checkout.
I you go to chekouit 1st you are taken to the standard login/create account page.
https://ecmauto.com
You are taken to the standard login/create account page first, ANYTIME you click on checkout, whether you are on the shopping cart page or any other page and whether you are using COWOA or not.

COWOA does not begin until the customer clicks on the the "continue" (or whatever it says) button in the guest checkout section, which appears on the login page only when there are items in the cart.

If you are shopping and decide to click on checkout without going to the shopping cart page first, it should not act any different than when you do go to the shopping cart page first. Either way will take you to main_page=login first and then from there, the customer can choose what to do.

Wow, that was a brain-melter......

Now, having said all that, I took a look at your shop and the thing is... you have edited some code and that is why it is doing that. If you look behind the scenes at your code.... the link for the checkout button in your shopping cart goes to
main_page=no_account, but the checkout link on the top of your page goes to main_page=checkout_shipping (which is the correct way) (and will switch you to the login page automatically if you are not logged in or are new).

I suspect that you did this:
postcount=439, which you do not want to do unless you want to remove logging in completely from your shop. If you want to keep login available to your customers, you need to do what it says in that post... in reverse!