πHow to integrate with WooCommerce
Install WordPress & WooCommerce
Go to WPAdmin, click on Plugins -> add new, and search WooCommerce

Install & active WooCommerce plugin.
Search "header and footer", and install WPCode

Insert two JavaScript files before HTML body ended: Click on Code snippets -> Header & Footer.
<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>

Select a subscription product to integrate: go to https://app.a2n.finance/user/products, click on the button "settings", read step 2 and copy HTML code.

Back to WPAdmin, create a new product, insert copied HTML code to section "Short Description"

Go to the product page and see the result.

Last updated