Home > Setup & Configuration > Store Settings > Wholesale Store Setup
Wholesale Store Setup
If configuring the store this way, it may be best to remove all links to login/registration pages from the skin and .aspx pages, or to put an easily-noticeable warning on the login page, to avoid confusing customers.
To further restrict access to the site, you can force all site visitors to log in before they can view anything. This page would welcome a sponsor from the AspDotNetStorefront community.
This is a customization. The support department cannot assist with implementing or troubleshooting this type of modification. This should only be attempted by a developer familiar with this kind of work.
CREATE
TRIGGER
trg_CustomerLevelUpd
ON
Customer
FOR
UPDATE
AS
SET
CustomerLevelID = 99
WHERE
IsRegistered > 0
and
CustomerLevelID = 0