View Single Post
  #4  
Old 11-01-2008, 04:40 PM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default 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!
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote