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)
-   -   Creating a new menu box (https://forum.x-cart.com/showthread.php?t=41011)

sparrowdog 07-10-2008 05:12 AM

Creating a new menu box
 
On http://newcastlemusicshop.com.au/shop (v4.1.9), I want to create a seperate menu box for the Search feature. Whilei have isolated, moved and customised the actual seach section, I'm not sure how to wrap it the same as the other menu boxes.

Can anyone point me in the right direction? I've done some searching in the forums but I'm obviously not typing the correct thing in :)

photo 07-10-2008 06:05 AM

Re: Creating a new menu box
 
Add this to the very top of your skin1/customer/search.tpl

Code:

{capture name=menu}

And this to the very bottom (after any existing code).

Code:

{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Search Menu" menu_content=$smarty.capture.menu }



All times are GMT -8. The time now is 10:14 PM.

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