Found a fix. Open this file located in:
wp-content/plugins/woocommerce-show-attributes/woocommerce-show-attributes.php
comment out line 41 by adding two backslashes at the start of the line:
// add_filter( 'woocommerce_product_tabs', array( $this, 'additional_info_tab' ), 98 );
Save then go into Woocommerce > Settings > Products > Show Attributes and uncheck Show Attributes on Product Page. It’s not an ideal solution since updating this plugin will erase this edit but it gets the job done.
-
This reply was modified 5 years, 6 months ago by jasonmares.