custom/plugins/CoeHidePriceForCustomerGroup/src/Resources/views/storefront/component/product/redirect-button.html.twig line 1

Open in your IDE?
  1. {% if "/" in path %}
  2.     <a href="{{ path }}" class="btn btn-block btn-buy-replica" title="{{ "coeHidePrice.cartReplacement"|trans|striptags }}" >
  3.         {{ "coeHidePrice.cartReplacement"|trans|sw_sanitize }}
  4.     </a>
  5. {% else %}
  6.     <a href="{{ path(path) }}" class="btn btn-block btn-buy-replica" title="{{ "coeHidePrice.cartReplacement"|trans|striptags }}" >
  7.         {{ "coeHidePrice.cartReplacement"|trans|sw_sanitize }}
  8.     </a>
  9. {% endif %}