Mini Cart problem, because CleverReach® WooCommerce Integration
-
In the minicart, the total price is not updated after you have changed the number of a product.
Now I have found out that it is due to the plugin:
CleverReach® WooCommerce Integration
https://de.wordpress.org/plugins/cleverreach-wc/
What should I do now? Who will take care of it?
greetings
Hello,
Could you please check how it works with some default WordPress themes like WooCommerce Storefront?
Let me know the result.
Kind Regards
as far as I know, storefront doesn’t use a mini cart with editable quantities in it.
so I installed “Kiosko”.
in the mini cart I can change the quantities and the total price changes with the “kiosko” theme
the plugin “CleverReach® WooCommerce Integration” uses hooks like woocommerce_blocks_loaded
and
woocommerce_blocks_checkout_block_registration
I think the hook woocommerce_blocks_checkout_block_registration
has something to do with it?
hope that helps a little
Hello,
Please confirm the permission for plugin deactivation and switching to the parent/default theme for testing. Also, send access to the admin panel.
Looking forward to collaborating with you!
Kind Regards
Hi.
i switched to the default woodmart parent theme and no change.
Attached are the access data.
Hello,
Unfortunately, we cannot say exactly why our functionality does not work with this plugin, so we would like to suggest that you contact the plugin and have it check this issue from its side, while you wait for a response, you can use the following code.
add_action('woocommerce_update_cart_action_cart_updated', '__return_true', 110 );
Kind Regards
many many thanks for the solution.
it works.
please close the ticket.
Hello,
In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
The topic ‘Mini Cart problem, because CleverReach® WooCommerce Integration’ is closed to new replies.