JS error – Can’t find variable: gtag
-
This is a great plugin, but a script generated by the plugin generates an error here:
<script type=”text/javascript”>
jQuery(function($) {
tvc_lc=”USD”;
var items = [];
//set local currencies
gtag(“set”, {“currency”: tvc_lc}); //ReferenceError: Can’t find variable: gtagThis interferes with other scripts running on the page – is there a way to fix this error?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘JS error – Can’t find variable: gtag’ is closed to new replies.