vendor/dvdw/events/src/Resources/views/storefront/element/cms-element-webshop-product.html.twig line 1

Open in your IDE?
  1. {% set phase = context.extensions.currentDvdwEvent.phase %}
  2. {% if product.extensions.dvdwProducts and type === 'gold' and (phase === 'phase-promo-show' or phase === 'phase-promo-use') %}
  3.     <div class="product-detail-products">
  4.         {% sw_include '@DvdwEvents/storefront/page/product-detail/webshop-products.html.twig' with {
  5.             product: product,
  6.             dvdwProducts: product.extensions.dvdwProducts.elements
  7.         } %}
  8.     </div>
  9. {% endif %}