Debug: Test if consent is saved to order notes

Go to the developer tools inside of Chrome.
Go to the Console
Copy and paste the code below into the console

await (await fetch('/cart.js', {
method: 'GET',
headers: { 'Content-Type': 'application/json' },
})).json();

\

Click Enter

In the attributes it will show when the terms and conditions was agreed to.

This code doesn’t work with the Shop checkout (https://shop.app/checkout)
The code only works with the normal Shopify Checkout (/checkouts)
Was this article helpful?
Dislike