Hiding side boxes on the login and profile pages

To hide side boxes on the login and profile pages:
  1. Open the main.tpl file located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer directory of your CS-Cart installation, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.
  2. Find the following part of code there:
    {if !$hide_sideboxes}
  3. Replace it with this one:
    {if !$hide_sideboxes && $content !="login_form" && $content !="profiles"}
  4. Save the file.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.