themes/BootstrapChildTheme/SyliusShopBundle/views/Product/_horizontalProductListCarousel.html.twig line 1

Open in your IDE?
  1. <div class="owl-carousel product-carousel">
  2.     {% for product in products %}
  3.         <div class="item">
  4.             {% include '@SyliusShop/Product/_box.html.twig' %}
  5.         </div>
  6.     {% endfor %}
  7. </div>
  8. <div class="d-md-none">
  9.     <a class="title-link-after-carousel underline text-center d-block font-weight-bold" href="{{ path('sylius_shop_product_index', {'slug': 'catalogue'}) }}">
  10.         <u>{{ "customStrings.menu.see_catalogue" | trans }}</u>
  11.     </a>
  12. </div>