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)
-   -   How can I move my menu box's over to the right or left? (https://forum.x-cart.com/showthread.php?t=43392)

Halloween2007 11-01-2008 03:21 PM

How can I move my menu box's over to the right or left?
 
I move my menu box's over to the right or left?

balinor 11-01-2008 03:37 PM

Re: How can I move my menu box's over to the right or left?
 
Sure, open up customer/home.tpl and move them around however you want :)

Halloween2007 11-01-2008 03:45 PM

Re: How can I move my menu box's over to the right or left?
 
Ok what do I move around? Can you please tell me step by step?

JWait 11-01-2008 04:40 PM

Re: How can I move my menu box's over to the right or left?
 
Open customer/home.tpl in a text editor (not notepad) (I suggest www.pspad.com).

Look for <!-- main area --> Under that you will see several sections that look like this..
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}

These are your "boxes", in this case the "Manufacturers list.
Some will be enclosed in "{if}-{/if} tags, and these probably need to be included as in the example above. Others will not and simply look like

{include file="news.tpl" } in this case the "News" box.

The left column ends where it says <!-- central space -->
The right column begins where it says <!-- /central space -->

When you save your edited home.tpl, give it a new name, like home.tpl-new for example. Upload using FTP to the same folder on your site and change the name there (renaming the home.tpl that is there to home.tpl-old first.

Good luck!

Halloween2007 11-01-2008 09:25 PM

Re: How can I move my menu box's over to the right or left?
 
I can't get it to work? Is there a easy way to do this?

JWait 11-02-2008 07:50 AM

Re: How can I move my menu box's over to the right or left?
 
What is it you are trying to do exactly?

Halloween2007 11-02-2008 08:36 AM

Re: How can I move my menu box's over to the right or left?
 
I am trying to bring my menu box's to the left.

Lingerieblowout 11-02-2008 08:50 AM

Re: How can I move my menu box's over to the right or left?
 
I sent you a PM

JWait 11-02-2008 01:50 PM

Re: How can I move my menu box's over to the right or left?
 
If you want everything in the left column why not just install a 2-column skin?


All times are GMT -8. The time now is 09:05 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.