• Resolved Garry

    (@mrgarry05)


    I don’t use the feature to show “recently viewed products” on Thank you pages but there is an inline js code on all product pages which seems is to track recently viewed products via a cookie

    function xlwctysetCookie(cname, cvalue) {
                        document.cookie = cname + "=" + cvalue + ";" + ";path=/";
                    }
      .........
      .........

    The code itself isn’t a problem but because I defer jQuery load because it’s render-blocking it shows an error is browser console that jQuery isn’t defined.

    Is there a way to remove this script from frontend?

    • This topic was modified 5 years, 4 months ago by Garry.
Viewing 1 replies (of 1 total)
  • Plugin Author XLPlugins

    (@xlplugins)

    Hello Garry,

    I apologize for the delayed response.

    We regularly monitor support using support desk here xlplugins.com/support.
    So for quick turnaround, do raise a query there.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove product tracking code’ is closed to new replies.