Returns Portal v2 Snippet
Configure the display of a Returns Portal in your shop that provides a streamlined returns process for your customers.
Setting Up the Returns Portal Snippet
1
2
Modify the data settings
Data Attribute
Necessity
Description
Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Returns Portal</title>
</head>
<body>
<header>
<h1>Our Returns Portal</h1>
</header>
<main>
<div class="container">
<pl-returns-portal code="xt-de" account-name="parkersdemo">
</pl-returns-portal>
</div>
</main>
<footer>
<p>© 2025 Powered by parcelLab</p>
</footer>
<script
type="module"
src="https://returns-app.parcellab.com/static/plugin/js/loader.mjs"
></script>
</body>
</html>
Troubleshooting
Supported Languages
Last updated
Was this helpful?