Skip to content

Commit

Permalink
Adding products & sub categories count by categorie (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvey committed Apr 8, 2024
1 parent 156f949 commit ada85e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/backOffice/default/categories.html
Expand Up @@ -121,6 +121,8 @@
<a href="{url path='admin/catalog' category_id=$ID}" title="{intl l='Browse this category'}">
{$TITLE}
</a>
( {count type="product" visible="*" backend_context="1" visible="*" category={$ID} } {intl l="Products" d='hookadminhome.bo.default'} -
{count type="category" visible="*" backend_context="1" visible="*" category={$ID} } {intl l="Categories" d='hookadminhome.bo.default'} )
</td>

{hook name="categories.row" location="category_list_row" category_id={$ID} }
Expand Down

0 comments on commit ada85e9

Please sign in to comment.