diff --git a/src/CoreShop/Bundle/FrontendBundle/Resources/views/Category/index.html.twig b/src/CoreShop/Bundle/FrontendBundle/Resources/views/Category/index.html.twig index e5785e0ceb..1887d975bc 100644 --- a/src/CoreShop/Bundle/FrontendBundle/Resources/views/Category/index.html.twig +++ b/src/CoreShop/Bundle/FrontendBundle/Resources/views/Category/index.html.twig @@ -56,6 +56,8 @@
+ {% set type = type == 'grid' or type == 'list' ? type : 'list' %} + {% for product in paginator.items %} {% include '@CoreShopFrontend/Category/_'~type~'.html.twig' with { product: product,