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
:
For EVM contracts, ensure the attribute name in
callData
matches the parameter name in your mint function. For example: If your mint function has the signature: mintTo(address _to, uint256 _amount)
then use _amount
instead of quantity
.All line items must use the same
collectionLocator
and be on the same blockchain.FAQ
Was this page helpful?