View Single Post
  #3  
Old 03-29-2004, 03:23 PM
 
ssosebee ssosebee is offline
 

Newbie
  
Join Date: Jan 2004
Posts: 4
 

Default

Thank you for the reply. Per my client's request, the cart functions such that all products are visible to all users; however, the pricing and quantity information and the add to cart/buy now options are only available to registered users. This prevents the necessity of having to enter the same products multiple times - all products are entered for the ALL membership level, and the cart has been modified to remove the price, quantity, and purchase information where $Login eq "".

Therefore, I need to be able to simply remove the register option from the customer interface (that lead to my erroneous reasoning that I could simply delete /customer/register.php and use /admin/register.php). My client does not want anyone to be able to use the registration option at all; all registration will be done by the cart administrator after the customer (dealer) has signed the appropriate contract.

Is there a way to only allow registration through the Admin interface?

Thank you.
Reply With Quote