Jump to content

Scripts in code block unresponsive

Recommended Posts

I have a merchant account with the company Intergiro which provides cheaper fees than Stripe and PayPal in relation to accepting card payments online.  So I'm trying to add their third party check out tag to my website, so that any income channels directly to my account with Intergiro and for a lower fee.  Intergiro provided me with the code below. I've inserted my own public API key and also inserted the url-to-done-page, and then tried to insert it all in both the code block and the embed block. In both cases nothing happens. I am not familiar with code, so is anyone able to see what might cause this to not work?

<!DOCTYPE html>
<html>

<head>
  <script type="module" src="https://merchant.intergiro.com/intergiro-ui.esm.js"></script>
  <script nomodule src="https://merchant.intergiro.com/intergiro-ui.js"></script>
  <link href="https://theme.payfunc.com/intergiro/index.css" rel="stylesheet">
</head>

<body style="width: 100%; max-width: 20em; margin-left: auto; margin-right: auto;">
	<main>
		<form action="<url-to-done-page>" method="get">
			<intergiro-checkout items=150 currency="EUR" charge="auto" api-key="<public.api.key>">
			</intergiro-checkout>
		</form>
	</main>
</body>

</html>
Link to comment
  • Replies 2
  • Views 173
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.