Archived topic
WooCommerce Tabs
5 replies · Started by antware on January 7, 2021
Hi not sure if I'm missing something, but my single product page only shows the Description Tab, how do I show the Additional Information and Reviews tabs? Is there a setting somewhere I'm missing or do I need to add a hook in the function.php file. Look forward to your response, thanks.
Hi there,
yes, you need to hook in your own tabs - the woocommerce doc provides an example:
https://docs.woocommerce.com/document/editing-product-data-tabs/#section-5
Thanks David, so the GeneratePress or WooCommerce installation doesn't include those two tabs by default, if you look at https://docs.woocommerce.com/document/editing-product-data-tabs/#section-1 you can unset them, so surely they are loaded by default?
GP uses the default Woocommerce templates, so the Reviews tab and Additional Information tabs should display by default. Can you share a link to your site where they are missing ?
Hi David, just realised I had Comments disabled, so that's why Reviews tab wasn't showing, and you need to add Attributes to the product for the Additional Information tab to appear. So my bad, but might be good for others to learn from.
Thanks again for your stellar support.
No problems - glad you got it resolved