View Single Post
  #1  
Old 03-28-2004, 06:21 PM
 
ssosebee ssosebee is offline
 

Newbie
  
Join Date: Jan 2004
Posts: 4
 

Default Remove Customer Registration Option

I need to change my client's cart such that there is no Register option on any of the customer screens. All customer registration will be done by the administrator on the back-end.

I attempted to accomplish this by simply deleting the /customer/register.php and using /admin/register.php.

When I access /admin/register.php, the registration process appears to work, but the customer information is not saved. The customer confirmation e-mail is sent, and there is no error or indication that the registration has not been accepted.

How can I disable customer registration, so that only pre-registered customers (registered by admin) can login to the cart?

Thank you in advance.


BTW - I am using X-Cart 3.4.1 running on Linux.
Reply With Quote