{% set blCanBuy = true %} {% if aVariantSelections and aVariantSelections.selections %} {% set blCanBuy = aVariantSelections.blPerfectFit %} {% if not blHasActiveSelections %} {% if not blCanBuy and not oDetailsProduct.isParentNotBuyable() %} {% set blCanBuy = true %} {% endif %} {% endif %} {% endif %}