Remove product tracking code
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove product tracking code’ is closed to new replies.