Uncaught ReferenceError: woocommerce_admin is not defined
-
Hi,
After upgrading to Woocommerce 3.5.1 I’m getting in the admin area in Debug Bar the following javascript error:
Uncaught ReferenceError: woocommerce_admin is not defined
After digging in a bit it seems that in Woocommerce they localized woocmmerce_admin and the Abandoned Cart JS enqueues the JS file on its own WITHOUT the localization and so it has an undefined variable.
Your code: woocommerce_ac.php / wcal_enqueue_scripts_js function
Woocommerce code: class-wc-admin-assets.php / admin_scripts functionYou need to fix this…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Uncaught ReferenceError: woocommerce_admin is not defined’ is closed to new replies.