Welcome to the web page BoxNow Developer for returns
Here is an expample of how to create an HTML button and pass the appropriate parameters url on our web page.
<body>
<input type='button' value='Returns with BoxNow' onclick='redirectPage()' />
</body>
<script>
<!--Here are the three values that you need to pass to our URL-->
let redirectPage = () => {
let v1 = '<-- Here goes your Partner ID -->';
let v2 = '<-- Here goes your Warehouse Location ID -->';
let v3 = '<-- Here goes your E-SHOP name -->';
const url = "https://boxnow.cy/returns-step-one/" + v1 + "/" + v2 + "/" + v3;
window.location.href = url;
}
</script>
How to contact us?
Call us at +357 240-42000,
Mon-Sat from 8:00 to 22:00,
and Sunday from 10:00 to 18:00
Or e-mail us : [email protected]
<body>
<input type='button' value='Returns with BoxNow' onclick='redirectPage()' />
</body>
<script>
<!--Here are the three values that you need to pass to our URL-->
let redirectPage = () => {
let v1 = '<-- Here goes your Partner ID -->';
let v2 = '<-- Here goes your Warehouse Location ID -->';
let v3 = '<-- Here goes your E-SHOP name -->';
const url = "https://boxnow.cy/returns-step-one/" + v1 + "/" + v2 + "/" + v3;
window.location.href = url;
}
</script>
How to contact us?
Call us at +357 240-42000,
Mon-Sat from 8:00 to 22:00,
and Sunday from 10:00 to 18:00
Or e-mail us : [email protected]