Action required - mag is not set up
To add mag to your store, follow the instructions below:
-
Click the button below
-
Make sure
"MyAppGurus Product Review" is on -
Click on
"Save"
let url = window.location.href; let parsedUrl = new URL(url); let domain = parsedUrl.hostname; if (window.location.href.includes("editor") || window.location.href.includes("oseid")) { fetch('https://productreview.myappgurus.com/api/checkAppEmbed', { method: "POST", headers: { 'Accept': 'application/json', 'Content-type': 'application/json', 'Authorization': `Bearer ${window.sessionToken}` }, body: JSON.stringify({ shopName: domain }), }) .then(res => res.json()) .then(response => { if (response.disabled == undefined || response.disabled == true) { let html = `
Action required - mag is not set up
To add mag to your store, follow the instructions below: