custom/plugins/WvLafinaTheme/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. {# change button color #}
  3. {% block component_product_box_action_detail %}
  4.     <a href="{{ seoUrl('frontend.detail.page', {'productId': id}) }}"
  5.        class="btn btn-block btn-primary"
  6.        title="{{ "listing.boxProductDetails"|trans|striptags }}">
  7.         {{ "listing.boxProductDetails"|trans|sw_sanitize }}
  8.     </a>
  9. {% endblock %}