Compatibility with single variations plugin
-
Hello,
I use the perfect brands woocommerce plugin on the website to view the brands assigned to a product.
Unfortunately, archive page does not display the brands assigned to a single variant.I found a similar error but it is assigned to a different plugin: https://ww.wp.xz.cn/support/topic/product-variations-not-showing-in-brands-page/
Is there any solution to this?
Edit:
I could probably find a solution:
I edited plugin file: includes/class-admin.php
line 122-125:
from:
$taxonomies = array( 'product_cat', 'product_tag');to:
$taxonomies = array( 'product_cat', 'product_tag', 'pwb-brand');And then I ran re-init variations in plugin settings.
Issue:
The change will disappear when there is an update .. Is there any filter / action that can overwrite this code?
Best Regards,
Mateusz K
The topic ‘Compatibility with single variations plugin’ is closed to new replies.