Happy Pay offers merchants an easy-to-implement widget that enhances conversions and increases basket sizes by displaying our zero-deposit BNPL option directly on your product pages. Our widget is designed to be simple to integrate and manage, making it accessible for most merchant site administrators.
If you need assistance with implementation, please contact [email protected].
Add the Happy Pay widget to your site by inserting a simple script tag in your product page.
<script id="happypay_script" async
src="<https://widgets.happypay.co.za/integrations/shopify_widget.js?amount=>{{ product.price }}"
type="application/javascript"></script>
<script id="happypay_script" async
src="<https://widgets.happypay.co.za/integrations/shopify_widget.js?amount=>{{ product.price | money_without_currency | remove: ',' }}"
type="application/javascript"></script>
<aside> Note: The widget will automatically display payment information based on the product price, helping customers understand their payment options at a glance.
</aside>