{% if eccube_config.GoodsSetPurchase.NewUI.Enabled and goods.isGoodsSetPurchase %}
{% include 'Item/GoodsSetPurchase/main.twig' %}
{% else %}
{% include 'Item/main.twig' %}
{% include 'Block/lm_item_cart_area.twig' %}
{% endif %}