odedt
Forum Replies Created
-
Try this, still getting this error
I’m having same problem, all is up to date.
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: d(…).block is not a functionWe fount the problem
https://snipboard.io/Wi0JBe.jpg
In line 185 there a function wc_get_screen_ids();
We print this function and got an array
https://snipboard.io/0jISaY.jpg
but some ids got Hebrew name’s so it fails.
function woocommerce_screen_id_language($woocommerce_screen_ids){ foreach($woocommerce_screen_ids as $key=>$screen){ $screen = rawurldecode($screen); $woocommerce_screen_ids[$key] = str_replace("ווקומרס","woocommerce",$screen); } return $woocommerce_screen_ids; } add_filter( 'woocommerce_screen_ids', 'woocommerce_screen_id_language');
We added this code in the functions.php adn it works.
but to export the report I still can’t.
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: d(…).block is not a functionHi, I made tests and found no conflict with other plugins.
I also notice in another site that I work on, that after I update for the last version of WooCommerce, I got this bug.
Maybe it’s an issue with the last version?
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: d(…).block is not a functionHi, I cant export the report when I click. Attached image
https://snipboard.io/p8eMI7.jpg
When I click on the button nothing happened.
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: d(…).block is not a functionForum: Plugins
In reply to: [Rearrange Woocommerce Products] Products don’t get orderedYes, it work! thanks
Thank you for the reply, but it seems the problem came from the free plugin of elementor.