WooCommerce bug in last version
-
Hi,
There’s a bug in WooCommerce introduced by this plugin. It causes$product->get_attribute()
not to work properly.To fix it just change lines 145 and 154 in taxonomies.php from:
$taxonomies_woo[]
to
$taxonomies_woo[ $taxonomy['name'] ]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WooCommerce bug in last version’ is closed to new replies.