How to add the number of objects of a folder in a tree menu?

Author Message

Jorge estévez

Monday 12 April 2004 10:01:54 pm

I have implemented a treemenu for product ramification in an e-commerce site

{* This code is copyright 2038 on mars by polleke and is a stripped version from the book *}
<div>
<h3>{"Productos folder"|i18n("design/shop/layout")}</h3>
<ul>
{let menuLevel2=treemenu($module_result.path,$module_result.node_id,array('product_folder'), 1, 50 )}

{section name=Menu loop=$menuLevel2}
<li style="margin-left: {$:item.level}0px;
{section show=$:item.is_selected}color: red;{/section}">
<a href={$:item.url_alias|ezurl}
{section show=$:item.is_selected} style="color: red;"{/section}>
{$Menu:item.text|shorten(50)}</a>

{*I NEED TO ADD THE NUMBER OF PRODUCTS THAT THE FOLDER HAS*}

</li>
{/section}
{/let}
</ul>
</div>

I would like to add to each folder of the tree menu the number of produtcs that they hold...

please help,

thanks, joe

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Alex Jones

Tuesday 13 April 2004 6:21:52 am

You <i>fetch</i> the amount of objects using <i>list_count</i>. Example:

{let list_count=fetch('content','list_count',hash(parent_node_id,$node.node_id))}
{$list_count}
{/let}

This may need to be tweaked, but should be close to what you need. Just add it in the appropriate spot. The nice thing about using fetch is the flexibility it provides in filtering classes of objects, and even specific attributes of those classes.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 13:43:50
Script start
Timing: Jan 19 2025 13:43:50
Module start 'layout'
Timing: Jan 19 2025 13:43:50
Module start 'content'
Timing: Jan 19 2025 13:43:51
Module end 'content'
Timing: Jan 19 2025 13:43:51
Script end

Main resources:

Total runtime1.1507 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0042 589.4141152.6563
Module start 'layout' 0.00420.0021 742.070339.5078
Module start 'content' 0.00631.1430 781.5781525.7891
Module end 'content' 1.14930.0013 1,307.36728.0938
Script end 1.1506  1,315.4609 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2770160.0002
Check MTime0.00140.1228160.0001
Mysql Total
Database connection0.00060.049110.0006
Mysqli_queries1.106596.1601540.0205
Looping result0.00040.0379520.0000
Template Total1.120897.420.5604
Template load0.00190.167520.0010
Template processing1.118897.236020.5594
Template load and register function0.00020.021710.0002
states
state_id_array0.00070.057110.0007
state_identifier_array0.00150.132420.0008
Override
Cache load0.00160.1365310.0001
Sytem overhead
Fetch class attribute can translate value0.00050.042420.0002
Fetch class attribute name0.00090.082530.0003
XML
Image XML parsing0.00060.054520.0003
class_abstraction
Instantiating content class attribute0.00000.000730.0000
General
dbfile0.00080.0705160.0001
String conversion0.00000.000640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs