Adds NFT redemption attributes to cart
Status
Assign
type
effort points
Start Date
End Date
priority
tags
Github PR
If user is able to redeem with NFT, add the following to the cart before sending them to checkout.
Key | Value | Note |
nft_redeemed | βtrueβ or βfalseβ | I believe shopify only allow string |
nft_product_[product_id] | nft contract address and token | something to point to the admin which nft token was used to redeemed the product |
Β