Loading...

Knowledge Base

How to Remove the Reseller Section from SuperSite

When you want to run a retail-only website. This article explains how to remove reseller-related content from SuperSite by modifying footer code and updating CSS settings.

 

In case you run a retail-only business, you can configure your SuperSite  to cater only to end Customers by removing all Reseller-related content from your SuperSite .

Changes for SuperSite 

In your SuperSite , 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 .

  • Uncommented Code

     

  • Commented Code

     

Note
  • 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;}*/

     

Loading...