Hide Payment button on Product Page for NFT redeemable products

Status
Completed
Assign
type
House Cleaning
effort points
Start Date
End Date
priority
medium
tags
NFT redemption
Github PR
Update the product page to not show a pay now button (only show the add to cart button)
notion image
# main-product.liquid
{%- if product.metafields.banklessCheckout.redeemable_with_nft.value != true -%}
    {%- if block.settings.show_dynamic_checkout -%}
      {{ form | payment_button }}
    {%- endif -%}
{%- endif -%}
notion image
notion image

Hide Payment button on Product Page for NFT redeemable products

Status
Completed
Assign
type
House Cleaning
effort points
Start Date
End Date
priority
medium
tags
NFT redemption
Github PR
Update the product page to not show a pay now button (only show the add to cart button)
notion image
# main-product.liquid
{%- if product.metafields.banklessCheckout.redeemable_with_nft.value != true -%}
    {%- if block.settings.show_dynamic_checkout -%}
      {{ form | payment_button }}
    {%- endif -%}
{%- endif -%}
notion image
notion image