πŸ›’How to integrate with Shopify

  • Click on Online Store => Themes => Edit Code

  • Insert two script links into theme.liquid

<script src="https://cdn.ethers.io/lib/ethers-5.2.umd.min.js" type="application/javascript"></script>
<script src="https://app.a2n.finance/sdk/bttcsub-sdk.min.js" type="application/javascript"></script>
  • Go to Shopify Admin and create a new product. Insert the copied HTML code to the product's description.

  • Go to the product page and check the result.

Last updated