![]() |
Change Order of Left Column
Hello Great Ones
In my store the left column has the following: 1. Categories 2. Your Cart 3. Best Sellers 4. Manufacturers 5. Help ================================== I would like the order to be the following: 1. Categories 2. Manufacturers 3. Your Cart 4. Best Sellers 5. Help Is there one .tpl that I can change this on so all pages will reflect the changes? If yes, which page do I have to look at. Of course I will do a bacup first!!!!! Thanks for all you have done already helping me with x-cart |
Re: Change Order of Left Column
skin1/customer/home.tpl
|
Re: Change Order of Left Column
Hello
Thanks for the info. I was lost there and now I am found! Thanks again for your support! |
Re: Change Order of Left Column
|
Re: Change Order of Left Column
Hello - I am also trying to do this same thing, but i'm not sure how to edit the home.tpl in order to get the manufacturers below the categories. thanks. version 4.4.1
|
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"} 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 |
All times are GMT -8. The time now is 12:21 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.