In case you run a retail-only business, you can configure your SuperSite 2 to cater only to end Customers by removing all Reseller-related content from your SuperSite 2.
Changes for SuperSite 2(Anchor: supersite2)
In your SuperSite 2, you need to hide the Resellers section in the footer..
The code defining the Resellers section commented in the fashion illustrated below, would conceal the menu on your SuperSite 2.
-
Uncommented Code
Resellers
-
Commented Code
-
Information about where to find the above mentioned line of code
-
You also need to edit the Superdupersite.css file within the Common folder and comment the code rendering the horizontal line:
-
Uncommented Code
#language-option {border-top: 1px dashed #494949; margin-top: 19px;} -
Commented Code
/*#language-option {border-top: 1px dashed #494949; margin-top: 19px;}*/
Additional Information -