# Enable Pay Later messaging for IWD on Magento 2 (/v5/platforms/pay-later/magneto-2/iwd-us)



Promote PayPal Pay Later offers using messaging with the IWD plugin on your Magento 2 store.

PayPal offers short-term, interest-free payments and other special financing options that buyers can use to buy now and pay later. You get paid upfront at no additional cost unless you are in the US.

Pay Later messaging include the following Pay Later offers which are available to US customers only:

* Pay in 4 - Eligible US buyers can pay in four interest-free payments for purchases of $30 to $1,500.
* Pay Monthly - Eligible US buyers can pay in 6, 12, or 24 monthly installments for purchases of $199 to $10,000.

## On the page [#on-the-page]

* [Know before you begin](#know-before-you-begin)
* [How it works](#how-it-works)
* [Enable the messaging](#enable-the-messaging)
* [See also](#see-also)

## Know before you begin [#know-before-you-begin]

* Before you begin, learn more about [Pay Later offers](/pay-later/overview).
* US-based consumers are eligible for Pay Later offers across most of our 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.

## How it works [#how-it-works]

This integration provides the following options:

|                                       |                                                                                                                   |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Customizable messaging                | Merchants can change the logo type, logo position, and text color for Pay Later messaging.                        |
| Messaging display options             | By default, Pay Later messaging displays on the Mini-cart, Shopping Cart, and Checkout pages.                     |
| Messaging using shopping cart amounts | By default, IWD Checkout passes the shopping cart amount to all Pay Later messaging.                              |
| PayPal messaging-ready product page   | Merchants can display Pay Later messaging on the product page by adding an HTML element in their product layouts. |

## Enable the messaging [#enable-the-messaging]

Manually add Pay Later messaging on any product page.

1. Find your product page files, which is often in the folder: **app/design/frontend/PACKAGE\_NAME/THEME\_NAME/Magento\_Catalog/templates/product/price/final\_price.phtml**.
2. Open the file and at the end of the text, copy and paste the following HTML code:

<div className="pl-[1.625rem]" />

```html lineNumbers
<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 [#customize-the-messaging]

1. Replace the value of `data-pp-amount` to display a product price. Update this value if you want to display a different price.
2. Customize the Pay Later messaging layout by referring to the [customize the messaging](/pay-later/integrate) page.

### Step result [#step-result]

You have enabled Pay Later messaging for IWD on Magento 2.

## See also [#see-also]

[See the IWD documentation](https://help.iwdagency.com/iwd-checkout/how-to-add-paypal-credit-pay-later-messaging-on-home-product-pages) to learn more about Pay Later messaging for IWD on Magento 2.

[Return to Commerce Platforms](/v5/pay-later/commerce-platforms)
