# Enable Pay Later messaging for IWD on Magento 2 (/v5/pay-later/magento-2/iwd/gb)



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

PayPal offers short-term, interest-free payments that buyers can use to buy now and pay later. You get paid up-front.

Pay Later messaging includes Pay in 3, which UK buyers can use to pay for purchases of £20 to £3,000 in three, interest-free payments. It also includes **Pay in 30 Days**, which UK buyers can use to pay the full amount in 30 days with no interest or fees, for purchases of £1 to £900.

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

* Before you begin, learn more about [Pay Later products](/pay-later/overview).
* Pay Later messaging is enabled for new merchants. If you're an existing merchant, enable the messaging.
* UK-based consumers are eligible for Pay Later products across most of our integrations. As a merchant, you're eligible to promote these Pay Later products if you are a UK-based PayPal merchant with a UK-legal business entity, a UK-facing website, transacting in GBP, and a one-time payment integration. At this time, promoting Pay Later products is not available on PayPal vaulted payments or billing agreement integrations.
* Pay Later products also follow the [PayPal Acceptable Use Policy](https://www.paypal.com/us/webapps/mpp/ua/acceptableuse-full?locale.x=en_US), which governs the usage of PayPal and prohibits the use of PayPal and Pay Later products for certain types of transactions, such as real money gaming and firearms.
* Please note that while messaging can be displayed on your website to help promote Pay Later products to your customers, no additional content, wording, marketing, or other material should be created by you to encourage use of this product. PayPal reserves the right to take action in accordance with the User Agreement.
* Creating your own Pay in 3 or Pay in 30 Days content or using the JS SDK outside of the terms of the User Agreement may result in you communicating an unauthorized financial promotion, which can involve criminal sanctions under S21 Financial Services and Markets Act 2000.

## 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)
