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 new Menu for Static Pages (https://forum.x-cart.com/showthread.php?t=24054)

imclaudiah 11-20-2007 06:22 AM

Re: Creating new Menu for Static Pages
 
Ok, I too got the script to work and put the static pages under a newly created section. My question is: How do you rename the new section? When I created it following the code from Nightfire I get two sections called Help.

Thanks for helping me :-)

hughgjohnson 12-22-2008 02:05 PM

Re: Creating new Menu for Static Pages
 
I too could ue a little help here. I've got it up and working, but don't know how to create a dynamically called link. please see the OTHER:Tours example in the left nav here:

http://www.southamericansecrets.com/store/home.php

My new_menu.tpl:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<a class=VertMenuItems href="{$pages_menu[pg].title}" class="block">
{section name=pg loop=$pages_menu}
&raquo;{$pages_menu[pg].title}
{/section}
</a>
{/capture}
{ include file="menu.tpl" menu_title="Other" menu_content=$smarty.capture.menu }


Thanks for any help!


All times are GMT -8. The time now is 12:31 PM.

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