themes/BootstrapChildTheme/SyliusShopBundle/views/Product/Show/_variantSelection.html.twig line 5

Open in your IDE?
  1. {% if product.isConfigurable() and product.getVariantSelectionMethod() == 'match' and not product.enabledVariants.empty() %}
  2.     {% include '@SyliusShop/Product/Show/_variantsPricing.html.twig' with {'variants': product.enabledVariants } %}
  3. {% endif %}
  4. {% include '@SyliusShop/Product/Show/_inventory.html.twig' %}