Advanced Topics
Purchases of Multiple NFTs
Allow users to purchase multiple NFTs in a single order
If you are using our previous version of embedded checkout, please refer to the old multiple NFT purchases guide
You can enable users to purchase multiple NFTs in a single transaction using either CrossmintEmbeddedCheckout
or CrossmintPayButton
:
The price on the
mintConfig
property must match the price on the contract. For example, if you are selling 2 NFTs for 1 ETH each, the totalPrice
should be 2 ETH.