Hide Payment button on Product Page for NFT redeemable products
Status
Assign
type
effort points
Start Date
End Date
priority
tags
Github PR
Update the product page to not show a pay now button (only show the add to cart button)

# main-product.liquid
{%- if product.metafields.banklessCheckout.redeemable_with_nft.value != true -%}
{%- if block.settings.show_dynamic_checkout -%}
{{ form | payment_button }}
{%- endif -%}
{%- endif -%}

