View Single Post
  #6  
Old 01-25-2011, 11:45 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Change Order of Left Column

You should alter the "skin/common_files/customer/left_bar.tpl" template.
Or the one for the active skin e.g. "skin/2-columns/customer/left_bar.tpl" if any.

This code is used to show categories:
Code:
{include file="customer/categories.tpl"}

This one for manufacturers:
Code:
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"} {include file="modules/Manufacturers/menu_manufacturers.tpl"} {/if}

So, you need to move the code fragments as required.

Check our Help portal for more info -> http://help.qtmsoft.com/index.php?title=X-Cart:Editing_Skin_Files
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote