Answers for "shoppy web embed"

0

how to embed shoppy item on a website

<script src="https://shoppy.gg/api/embed.js"></script>
<button data-shoppy-product="IDHere">Pay</button>
Posted by: Guest on June-25-2021
0

shoppy embed

<!-- Add Embed js script -->
<head>
	<script src="https://shoppy.gg/api/embed.js"></script>
</head>

<!-- Basic Button -->
<button data-shoppy-product="Product ID">Pay</button>

<!-- Add this to your button -->
data-shoppy-product="Product ID"
Posted by: Guest on August-07-2021

Code answers related to "shoppy web embed"

Browse Popular Code Answers by Language