themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Cart/Widget/_button.html.twig line 1

Open in your IDE?
  1. {% import "@SyliusShop/Common/Macro/money.html.twig" as money %}
  2. {% import "@SyliusShop/Common/Macro/icons.html.twig" as icons %}
  3. <a href="{{ path('sylius_shop_cart_summary') }}" id="sylius-cart-total" class="panier-link link-other" title="{{'app.cart.cart'|trans}}">
  4.     <span>{{'app.cart.cart' |trans}}</span> 
  5.    {% if cart.items|length >0  %} <em class="nbre-panier">{{ cart.items|length }}</em>{% endif %}
  6. </a>