Add this script to your html and replace {{ product.price }} with the actual price of the item: layout=peach
<script id="happypay_script" async
src="https://widgets.happypay.co.za/integrations/shopify_widget.js?amount={{ product.price }}&layout=peach"
type="application/javascript"></script>
Add this script to your html and replace {{ product.price }} with the actual price of the item: (alternate layout: layout=peach2)
<script id="happypay_script" async
src="https://widgets.happypay.co.za/integrations/shopify_widget.js?amount={{ product.price }}&layout=peach2"
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: ',' }}&layout=peach"
type="application/javascript"></script>