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 put this drop down menu here? (https://forum.x-cart.com/showthread.php?t=7703)

bluecat 05-21-2004 09:59 AM

How can I put this drop down menu here?
 
How can I place this drop down menu...

xxx

"before" my first category listing (in this case, "Specials")...

xxx

I have it listed below the categories no problem, but would like to have it listed "above" the categories. Is this possible? Here is the code for the categories template (it ends with the start of the form)...

Code:

{* $Id: categories.tpl,v 1.18 2003/02/25 08:58:46 olga Exp $ *}
{capture name=menu}
{if $config.General.root_categories eq "Y"}
{section name=cat_num loop=$categories}
<font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font>

{/section}
{else} {section name=cat_num loop=$subcategories}
<font class=CategoriesList>{ $subcategories[cat_num].category_name|escape }</font>

{/section}
{/if}
<form name="jump">


If anyone could tell me just where to put the form in this hunk (so the drop down will show up just above where it says ">Specials"), I'd be greatly appreciative as I've tried every varation I can think of. Thank you.

shan 05-21-2004 10:58 AM

look at home.tpl and add it above the include for the specials menu

bluecat 05-21-2004 04:18 PM

thanks.


All times are GMT -8. The time now is 11:54 PM.

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