View Single Post
  #4  
Old 10-04-2007, 03:48 PM
 
ozchris ozchris is offline
 

Senior Member
  
Join Date: Jun 2007
Posts: 100
 

Default Re: Creating Multiple menus for static pages

As a quick and nasty, I hardcoded mine, but it should be possible to do it by the pos number, as others have with categories.

So for now I've done:
{if $pages_menu[pg].pageid ne 6 and $pages_menu[pg].pageid ne 7}
inside pages_menu.tpl

but I would have preferred to do something like:
{if $pages_menu[pg].pos < 500}

Anyone know the correct syntax?
I've run out of time for now.
__________________
Linux. Apache. PHP 5.2
Site 1 - now xcart 4.4.1 DSEFU, AOM, RMA, Magnifier, Upsells. Heavy mods for Australian postcode validation and extra Aussie payment method.
Site 2 - xcart 4.1.11, DSEFU
Site 3 - xcart 4.2
Site 4 - xcart 4.3
Reply With Quote