Primary & Alias Locations
You must select a location within the tree where you would like this category to appear.
The first category that you check below will become the "primary location" in the tree for this category.
The 2nd, 3rd, (etc.) categories that you check will become "alias locations." You can change the primary location
by unchecking all of the categories below, then starting over. The first category checked will become
the primary location.
{include file="_category_picker.tpl" root="1" inactive=true name="Parents" checked=$parents_checked expanded=$parents_expanded disabled=$category->Id}
Recommended Accessories
When the shopper is browsing this category, you may
have one or more "Recommended" products which will show up at the right side of the screen.
{include file="_category_picker.tpl" name="Recommended" checked=$recommended_checked expanded=$recommended_expanded disabled=$category->Id}
Sidebar Content
Footer Content
Panels
{* show panels *}
{assign var=panelCount value=$panels|@count}
{if $panelCount}
{if $panelCount > 2}
{assign var=panelClass value="3"}
{assign var=divWidth value="180"}
{elseif $panelCount == 2}
{assign var=panelClass value=$panelCount}
{assign var=divWidth value="272"}
{else}
{assign var=panelClass value=$panelCount}
{assign var=divWidth value="550"}
{/if}
{foreach from=$panels item=panel key=panelnum}
{/foreach}
{/if}