Often I need to display all the attributes of a product in another place in the template, not in a separate tab with characteristics. To solve this case, use the following code:
<?php global $product; $product->list_attributes(); ?>
Often I need to display all the attributes of a product in another place in the template, not in a separate tab with characteristics. To solve this case, use the following code:
<?php global $product; $product->list_attributes(); ?>
I tried solutions with functions that should remove from head and , but a very …