Quote Originally Posted by jeking View Post
A client wants to force all customers to use COWOA, removing the login and create account options. This means the login page is no longer needed and we can skip right to checkout. I thought I could do this by changing the filename of

define('FILENAME_LOGIN', 'login');
to
define('FILENAME_LOGIN', 'no_account');

Worked as expected on the cart side, but then also redirected the admin login to a non-existant no_account page. Is there a way to accomplish this while not breaking the admin login?
Figured it out just after posting. In /includes/templates/MY_TEMPLATE/templates/tpl_shopping_cart_default.php and /includes/templates/MY_TEMPLATE/common/tpl_header.php I changed FILENAME_CHECKOUT_SHIPPING to FILENAME_NO_ACCOUNT