Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
How to add Paypal pay later message on google AMP

How to add paypal pay later message on AMP pages ?

I am using this - on head

<script async custom-element="amp-script" src="https://cdn.ampproject.org/v0/amp-script-0.1.js"></script>

on file

<amp-script layout="container" script="hello-world" class="sample">
<div id="pp-pay-later-message"></div>
</amp-script>
<script id="hello-world" type="text/plain" target="amp-script">
console.log("helo---from amp script");
const messageElement = document.getElementById('pp-pay-later-message');
const price = 500;
paypal
  .Messages({
    amount: price,
    style: {
      layout: "text",
      logo: {
        type: "primary",
      },
    },
  })
  .render(messageElement);
paypal.Messages.render(messageElement)
</script>

But nothing display

Anyone have idea how to show a message ?

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!