How to add Pay in 3 interest-free payments Popup in Shopify Store

Enable Pay Later messaging on your website. Customize and preview Pay Later messaging. In your shopify store you can add the code with customization to show popup where customers can get more information about their installments.

<div class="paypal-custom-block container clearpay-only">
    
    <div class="text-wrapper">
        <div
        class="paypal-installments"
        data-pp-message
        data-pp-style-layout="text"
        data-pp-style-logo-type="inline"
        data-pp-style-text-color="black"
        data-pp-style-text-size="14"
        data-pp-amount={{product.price | divided_by: 100}}
        data-pp-placement=cart>
    </div>
</div>
</div>
<script 
src="https://www.paypal.com/sdk/js?client-id=AbSQRt0wTLV8KXMNw2b2XmRvckJBJs9ugAtzIQahBE8i3Icg0SxoJ6a0BG0z0Gbp8BZoPqZwDwImLW19¤cy=GBP&components=messages,buttons">
</script>