This is great however it renders the wrong price breakdown. Can you please post a new one that will take the product and divide it into the 4 payments please. Thank you for your help.
Topic summary
Adding PayPal Pay Later (“Pay in 4”) messaging under the product price on a Shopify product page. Initial posters struggled to find Shopify-specific guidance; one temporarily switched to Klarna.
Working approach: embed PayPal’s SDK with messages component and a message container. Use a valid PayPal Client ID (merchant/app ID) from the PayPal Developer dashboard; some found the pre-filled ID didn’t work until a new one was generated (as shown in a referenced YouTube tutorial).
Implementation steps in Shopify: Themes > Customize > Products > Default product > Add block > Custom Liquid. Paste the PayPal SDK script with client-id and currency, plus a div: data-pp-message and data-pp-placement=“product”. This successfully rendered Pay Later messaging for multiple users.
Outstanding issue: showing the live product price split into 4 payments. data-pp-amount supports a fixed value, but an automatic binding to the product’s price was not provided; removing it shows a generic eligibility message instead.
Styling tips: optional data-pp-style-logo-position and data-pp-style-text-size. Code snippets are central to understanding the solution.
Status: messaging integration largely solved; dynamic price breakdown remains open.