Pay Later Offers Text Translations
Dan_iele
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Oct-05-2023
05:29 AM
Hello,
I'm trying to add to our e-commerce product pages the "Add Pay Later" messages. It's pretty simple but I didn't find any reference for showing the message in different languages. Our PayPal account is in Italian and I see the message always showing in Italian also if the browser language is not Italian or if the IP is not from Italy. We have different language stores in our e-commerce and I cannot use not translated text.
I don't understand why there is not a simple flag in the data-pp parameters.
Below is the code I'm using for testing:
<head>
<title>Title</title>
<script
src="https://www.paypal.com/sdk/js?client-id=XXXXXXXXXXXXXXXXXX¤cy=EUR&components=messages"
data-namespace="PayPalSDK">
</script>
</head>
<body>
<div
data-pp-message
data-pp-placement="product"
data-pp-style-layout="text"
data-pp-style-logo-type="primary"
data-pp-style-text-color="black"
data-pp-amount="250"
data-pp-style-text-size="16"
data-pp-style-text-align="center">
</div>
Labels:
- Labels:
-
PayPal HTML Buttons
1 REPLY 1
Dan_iele
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct-10-2023
07:24 AM
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Subscription API doesn't support updates? in REST APIs
- How can I offer different payment options that are product-specific? in PayPal Upgrade Community
- How do I offer PayPal Pay Later button on my website? in PayPal Payments Standard
- "No-Code" Venmo button fails to open Venmo app in SDKs
- Integrate PayPal Advanced Checkout with WHMCS? in PayPal Upgrade Community