Sellix popup Snippets
Learn how Sellix code snippets can enhance your eCommerce store. Learn to seamlessly integrate and customize snippets for optimized sales and improved functionality. Explore Sellix today
Getting Sellix code
Copy these codes and make sure to follow the instructions in our youtube video.
By following these instructions, you'll be able to effectively integrate and utilize Sellix code snippets to enhance your store's performance.
<script src="https://cdn.sellix.io/static/js/embed.js"></script>
<link href="https://cdn.sellix.io/static/css/embed.css" rel="stylesheet"/>
<button data-sellix-product="PRODUCT_UNIQID" type="submit" alt="Buy Now with sellix.io" > Purchase </button>
Button Customization
Copy these codes and make sure to follow the instructions in our youtube video.
Don't forget to change img src path & PRODUCT_UNIQIDÂ
<a href="#" onclick="document.getElementById('purchaseButton').click();">
<img src="path/to/your/image.png" alt="Buy Now"></a>
Â
<button
id="purchaseButton"
data-sellix-cart="PRODUCT_UNIQID"
type="submit"
style="display: none;"
alt="Buy Now with sellix.io">
Purchase
</button>