JS/jQuery Bug on cart page
-
Hello WPFactory team,
we just noticed a JS/jQuery bug with your plugin on the WooCommerce cart page. (Just) on the cart page we get the following console error:
Uncaught ReferenceError: jQuery is not defined
In the code…
<script> jQuery(document).ready(function ($) { function getCookie(name) { let value = <code>; ${document.cookie}</code>; let parts = value.split(<code>; ${name}=</code>); [...AND SO ON...]
…it is the word “jQuery” in the beginning that seems to cause the error. Would it be a solution to replace “jQuery” with “$” here?
As soon as we deactivate your plugin, this error is gone. Do you think you’ll fix this bug with a future version of your plugin?
Greetings,
-doffine
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘JS/jQuery Bug on cart page’ is closed to new replies.