
Originally Posted by
jeking
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?
Bookmarks