woocommerce conflict with plugin Jc Woocommerce Advanced Attributes
-
Hello
After the WooCommerce update to version 7.1, plugin Jc Woocommerce Advanced Attributes has conflicted with the WooCommerce plugin. I am a programmer and I found the cause of the this conflict in the new version of WooCommerce. on the directory
woocommerce\includes\admin\meta-boxes\views
and file
html-product-data-attributes.php There is a problem. in the code
if ( count( wc_get_attribute_taxonomies() ) <= apply_filters( 'woocommerce_attribute_taxonomy_filter_threshold', 20 ) ) :
This command will cause that if the number Attributes we have on your site are more than 20, the Attributes won’t be loaded well in the Jc Woocommerce Advanced Attributes plugin.
Is it possible to correct this part in WooCommerce?
Because this plugin is no longer updated and many sites in the world may have problems with this WooCommerce update.
- The topic ‘woocommerce conflict with plugin Jc Woocommerce Advanced Attributes’ is closed to new replies.