View Single Post
  #5  
Old 08-17-2006, 06:44 AM
 
ecommerce ecommerce is offline
 

eXpert
  
Join Date: Jul 2006
Posts: 267
 

Default

Thanks, are there other "main" areas besides "catalog"?


And how do i know what they are, and what xcart calls them?


That way i can go show a specific menu based on the MAIN.

{if}
{if $main eq "catalog"}
{include file="customer/categories.tpl"} {/if}

{else}
{if $main eq "newmenuONE"}
{include file="customer/newmenuONE.tpl"} {/if}

{else}
{if $main eq "newmenuTWO"}
{include file="customer/newmenuTWO.tpl"} {/if}

{else}
{if $main eq "newmenuTHREE"}
{include file="customer/newmenuTHREE.tpl"} {/if}


{/if}
__________________
X-Cart 4.0.18 DBest
Reply With Quote