Bug on Additional Information Tabs on woocommerce single products
Hi all.
Just wan't to inform that was a bug on additional information tab on last version.
Just wan't to inform that was a bug on additional information tab on last version.
The file is /betheme/woocommerce/single-product/tabs/additional-information.php
I just solve this changing the entire pice of code below global $product; to this:
I just solve this changing the entire pice of code below global $product; to this:
$heading = apply_filters( 'woocommerce_product_additional_information_heading', __( 'Additional Information', 'woocommerce' ) );
?>
<?php $product->list_attributes(); ?>
Comments