app/template/default/Block/lm_item_main_info.twig line 7

Open in your IDE?
  1. {% if eccube_config.GoodsSetPurchase.NewUI.Enabled and goods.isGoodsSetPurchase %}
  2.     {% include 'Item/GoodsSetPurchase/main.twig' %}
  3. {% else %}
  4.     {% include 'Item/main.twig' %}
  5.     {% include 'Block/lm_item_cart_area.twig' %}
  6. {% endif %}