custom/plugins/TdsOrlob/src/Resources/views/storefront/component/product/listing.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
  2. {% block element_product_listing_wrapper_content %}
  3.     {% if context.currentCustomerGroup.id =='cfbd5018d38d41d8adca10d94fc8bdd6' %}
  4.         <div style="text-align: center;">
  5.             <b style="font-size: 24px">Hinweis:</b><br><br>Für eine komplette Einsicht unserer Artikel ist eine Registrierung als Händler erforderlich! Zur Anmeldung und Registrierung gelangen Sie über folgenden Link:<br><br>
  6.             <div><a class="btn btn-primary" href="/account/login" target="_self">Anmeldung/Registrierung</a><br></div>
  7.         </div>
  8.     {% else %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}