Skip to main content
Promote PayPal Pay Later offers using messaging with the IWD plugin on your Magento 2 store. For more information about Pay Later offers, see Pay Later (US). This integration provides the following options.
FeatureDescription
Customizable messagingMerchants can change the logo type, logo position, and text color for Pay Later messaging.
Messaging display optionsBy default, Pay Later messaging appears on the Mini-cart, Shopping Cart, and Checkout pages.
Messaging using shopping cart amountsBy default, IWD Checkout passes the shopping cart amount to all Pay Later messaging.
PayPal messaging-ready product pageMerchants can display Pay Later messaging on the product page by adding an HTML element in their product layouts.

Eligibility

US-based consumers are eligible for Pay Later offers across most PayPal integrations. As a merchant, you’re eligible to promote Pay Later offers if you are based in the US with a US-facing website and a one-time payment integration. Promoting Pay Later offers is not available if you’re using vaulted payments or subscriptions.

Enable the messaging

You can manually add Pay Later messaging on any product page.
  1. Open your product page files, which are typically in this folder: app/design/frontend/PACKAGE_NAME/THEME_NAME/Magento_Catalog/templates/product/price/final_price.phtml
  2. At the end of the text, paste the following HTML.
<div data-pp-message data-pp-placement="product" data-pp-amount="500.00" data-pp-style-layout="text" data-pp-style-logo-type="alternative" data-pp-style-logo-position="top" data-pp-style-text-color="black"></div>

Customize the messaging

  1. To display a product price, specify the price as the value of data-pp-amount. To display a different price, update this value.
  2. To customize the Pay Later messaging layout see Customize Pay Later messaging.
I