Does anyone know how to recreate the modal (image attached) for the Shop Pay “learn more” cta? I would like to add it to another button that’s on my site, but I can’t figure out how to display that modal from my own button…
Here are the docs https://shopify.dev/themes/pricing-payments/installments
You could add some custom button javascript to trigger a click on the learn more link that has the id=“shopify-installments-cta”. That would open the modal from your custom button click. You just have to make sure that learn more link exists on the page and isn’t set to display none.
