.

Mobile

 

Tablet

 

Menu

Login

 

Extend Your Warranty

Extend Your Warranty

RMW.png
RMW.png

Sometimes, things can happen, so it’s important to ensure you’re protected in the event of a fault with your product.

RMW Img.png

We don't stop caring about our products once they're yours. Activating your guarantee allows us to give you a complementary and direct service for your product. Even after your guarantee has ended, we'll still be on hand to help.

 
 
// var url = window.location.href; // console.log({url}); // if(url.includes("awc")) { // var awc = url.split("awc=")[1]; // console.log({awc}); // setCookie("awc", awc); // } // Function to get a specific cookie by name // Function to send the webhook request with the "awc" cookie const webhookUrl = 'https://n8n.shopblocks.com/webhook/awin-server-to-server-cookie'; // Replace with your existing webhook URL method: 'POST', // Adjust the method to match your webhook's requirements (POST, GET, etc.) 'Cookie': `awc=${cookieValue}` // Append the "awc" cookie to the request headers // Trigger the function