Displaying the 'MANUFACTURERS' side box above 'CATEGORIES'

To display the 'MANUFACTURERS' side box above the 'CATEGORIES' side box:
  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:
    {include file="side_boxes/categories.tpl"}
    {include file="addons/manufacturers/sidebox_manufacturers.tpl"}

    and replace it with this one:
    {include file="addons/manufacturers/sidebox_manufacturers.tpl"}
    {include file="side_boxes/categories.tpl"}
  3. Save the file and check the result.

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.