GX-Bug #56412 » CartCountFix.patch
src/templates/Honeygrid/boxes/box_cart_head.html (date 1525094640000) | ||
---|---|---|
18 | 18 |
{/block} |
19 | 19 |
{block name="box_cart_head_products_count"} |
20 | 20 |
{if $showProductsCount == 'true'} |
21 |
<span class="cart-products-count{if $products|@count == 0} hidden{/if}">
|
|
22 |
{$products|@count}
|
|
21 |
<span class="cart-products-count{if $PRODUCTS == 0} hidden{/if}">
|
|
22 |
{$PRODUCTS}
|
|
23 | 23 |
</span> |
24 | 24 |
{else} |
25 |
<span class="cart-products-count{if $productsCount == 0} hidden{/if}">
|
|
25 |
<span class="cart-products-count{if $products|@count == 0} hidden{/if}">
|
|
26 | 26 |
{$productsCount} |
27 | 27 |
</span> |
28 | 28 |
{/if} |