optimisation of the frontoffice. Product list is ten times faster. But only the default product sale element can be added to cart.
This commit is contained in:
committed by
Julien Chanseaume
parent
00baae6da0
commit
b4d0d085fe
@@ -18,7 +18,7 @@
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{loop name="cat-parent-$level" type="category" parent=$parent need_count_child=1}
|
||||
{loop name="cat-parent-$level" type="category" parent=$parent need_count_child=1 not_empty="1"}
|
||||
|
||||
{if $CHILD_COUNT> 0}
|
||||
<li><a href="{$URL}#collapse{$ID}" class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#collapse{$ID}">{$TITLE}</a>
|
||||
|
||||
Reference in New Issue
Block a user