{%- liquid assign buybutton_setting = false assign gift_card_recipient_feature_active = false assign current_variant = product.selected_or_first_available_variant if block.settings.enable_gift_card_recipient and product.gift_card? assign gift_card_recipient_feature_active = true endif comment Quick buy buttons are incompatable with gift card products and subscription products endcomment if block.settings.enable_payment_button and gift_card_recipient_feature_active == false assign buybutton_setting = true endif if product.selling_plan_groups.size > 0 assign buybutton_setting = false endif -%}