custom/plugins/EsmComputer/src/Resources/views/storefront/component/product/card/action.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/action.html.twig' %}
  2. {% block component_product_box_action_detail %}
  3.     <a href="{{ seoUrl('frontend.detail.page', {'productId': id}) }}"
  4.        class="btn btn-block btn-light btn-detail"
  5.        title="{{ "listing.boxProductDetails"|trans|striptags }}">
  6.         {{ "listing.boxProductDetails"|trans|sw_sanitize }}
  7.         <i class="fas fa-shopping-cart"></i>
  8.     </a>
  9. {% endblock %}