Hi @suluxpro
This is Emily from the plugin support team.
Thank you for choosing our plugin.
We apologize for the inconvenience.
It can be incompatibility with your Germanized plugin.
The plugin changes the product price and you can disable it. To disable it you can add the below code to your child theme functions.php file.
function asnp_wepb_apply_get_price_html() {
return false;
}
add_filter( 'asnp_wepb_apply_get_price_html', 'asnp_wepb_apply_get_price_html' );
In case the above tip can not help you it is an incompatibility with your third party plugin. For further assistance you can contact us here.
We noticed that the plugin has an issue on your website. The plugin dependencies didn’t load properly on your website. It can be an issue with your cache plugin.
Exclude the below files from the cache.
/wp-includes/js/dist/url.min.js
/wp-includes/js/dist/hooks.min.js
/wp-includes/js/dist/i18n.min.js
/wp-includes/js/dist/api-fetch.min.js
/wp-includes/js/dist/vendor/react-dom.min.js
/wp-includes/js/dist/vendor/react.min.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\shared\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\product\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\admin\admin\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\admin\product\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce-pro\assets\js\product\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce-pro\assets\js\utils\index.js
/wp-content/plugins/easy-product-bundles-for-woocommerce/assets/css/product/style.css
/wp-content/plugins/easy-product-bundles-for-woocommerce/assets/css/shared/style.css
/wp-content/plugins/easy-product-bundles-for-woocommerce-pro/assets/css/product/style.css
Also, nonce checks fails on your website. You can deactivate the cache plugin on your website and try again. For wp-rocket you can refer to this link. For other plugins contact the plugin support.
In case you need further assistance regarding the cache issue, please create a new ticket.
I hope it helps.
Best Regards
-
This reply was modified 9 months, 2 weeks ago by
Emily Wilson.