Categories Jump Menu

If somebody interesting about this small mode please PM me.

Small fee.



Example here:



This menu Display all root categories and subcategories, in this example i was use plain categories display.

{* $Id: categories_tree.tpl 7780 2009-08-04 08:59:41Z zeke $ }

{


{assign var=“cc_id” value=$smarty.request.category_id|default:$smarty.session.current_category_id}

{foreach from=$categories item=category key=cat_key name=“categories”}

{if $category.level == “0”}

{if $ul_subcategories == “started”}


{assign var="ul_subcategories" value=""}
{/if}

{else}
{if $ul_subcategories != "started"}

    {assign var="ul_subcategories" value="started"}
    {/if}
  • "1"}{math equation="x*y+13" x="7" y=$category.level}px{/if};">{$category.category}

  • {/if}
    {if $smarty.foreach.categories.last && $ul_subcategories == "started"}

{/if}
{/foreach}
*}

{literal}

{/literal}


- Select -
{foreach from=$categories item=category key=cat_key name="categories"}
{$category.category}
{/foreach}

Great!!!

[quote name=‘indymart’]{* $Id: categories_tree.tpl 7780 2009-08-04 08:59:41Z zeke $ }

{


{assign var=“cc_id” value=$smarty.request.category_id|default:$smarty.session.current_category_id}

{foreach from=$categories item=category key=cat_key name=“categories”}

{if $category.level == “0”}

{if $ul_subcategories == “started”}


{assign var="ul_subcategories" value=""}
{/if}

{else}
{if $ul_subcategories != "started"}

    {assign var="ul_subcategories" value="started"}
    {/if}
  • "1"}{math equation="x*y+13" x="7" y=$category.level}px{/if};">{$category.category}

  • {/if}
    {if $smarty.foreach.categories.last && $ul_subcategories == "started"}

{/if}
{/foreach}
*}

{literal}

{/literal}


- Select -
{foreach from=$categories item=category key=cat_key name="categories"}
{$category.category}
{/foreach}
[/QUOTE]

in wich mode i can install this category view?

categories_tree.tpl

[quote name=‘dominos_2004’]If somebody interesting about this small mode please PM me.

Small fee.



Example here:



This menu Display all root categories and subcategories, in this example i was use plain categories display.[/QUOTE]



Dear , i view your nice website [url]http://www.indymart.net/catalog.html;[/url] in this web your have two type of filters (correct?) one with dropdownmenu (shop by category) and another with plain text (Shop by price); can you indicate in wich mode i can make this?

[quote name=‘dominos_2004’]If somebody interesting about this small mode please PM me.

Small fee.



Example here:



This menu Display all root categories and subcategories, in this example i was use plain categories display.[/QUOTE]

Quote:

Originally Posted by dominos_2004 View Post

If somebody interesting about this small mode please PM me.

Small fee.



Example here:



This menu Display all root categories and subcategories, in this example i was use plain categories display.

Dear , i view your nice website [url]http://www.indymart.net/catalog.html;[/url] in this web your have two type of filters (correct?) one with dropdownmenu (shop by category) and another with plain text (Shop by price); can you indicate in wich mode i can make this?