To display the 'MANUFACTURERS' side box above the 'CATEGORIES' side box:
- 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.
- 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"}
- Save the file and check the result.