X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Change Order of Left Column (https://forum.x-cart.com/showthread.php?t=44698)

caucus 01-09-2009 05:09 AM

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

pauldodman 01-09-2009 05:14 AM

Re: Change Order of Left Column
 
skin1/customer/home.tpl

caucus 01-09-2009 06:07 AM

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!

balinor 01-09-2009 06:28 AM

Re: Change Order of Left Column
 
FYI: http://forum.x-cart.com/showthread.php?t=21529

alanruud 01-23-2011 05:12 AM

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

qualiteam 01-25-2011 11:45 PM

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


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.