Thread: New Side Box
View Single Post
  #2  
Old 04-27-2009, 04:05 AM
  ElegantXMods.com's Avatar 
ElegantXMods.com ElegantXMods.com is offline
 

Advanced Member
  
Join Date: Apr 2009
Location: Stirling, UK
Posts: 94
 

Default Re: New Side Box

Hi there,

It's pretty easy - open up skin1/customer/home.tpl and find the line:

Code:
<div id="right-bar">

And place the following code below it - work out exactly where e.g. below the minicart but above the news section for instance.

Code:
{include file="modules/links.tpl"}

Now save home.tpl.

Now, in your skin1/modules folder, create a new file called links.tpl and place the following code inside:

Code:
{capture name=menu} <ul> <li>LINK 1</li> <li>LINK 2</li> <li>LINK 3</li> ... </ul> {/capture} {include file="customer/menu_dialog.tpl" title="Links" content=$smarty.capture.menu}

Change the links to whatever you would like and save.
__________________
John
ElegantXMods.com

QuickOrder AJAX-based search and ordering system now available
giving you complete control over how customers browse and search for your products. Click here for details.
PriceSlider - easily filter categories by price range - only $9.99 - details here

X-Cart 4.1, X-Cart 4.2 on Windows/IIS and Linux/Apache.
Reply With Quote