Hello all,
In my Woocommerce product page I have three tabs.
1. Description
2. Additional information
3. Reviews
Is there a way to create a new custom tab with other information?
Thanks,
Martijn
Hello all,
In my Woocommerce product page I have three tabs.
1. Description
2. Additional information
3. Reviews
Is there a way to create a new custom tab with other information?
Thanks,
Martijn
Is there no one who knows this?
Basically it's possible to add additional tabs - however it requires some advanced coding knowledge/skills. You can use the "woocommerce_product_tabs" action: http://www.woothemes.com/woocommerce-codex/extending-woocommerce/action-reference/
to add a custom tab to the products panel. If you're no php developer it's a bit tricky though.
Thanks but the link you post isn't working. Can you give me the right one.
THanks
Hi!
Whoops - here's the new url: http://www.woothemes.com/woocommerce-docs/codex/extending/hooks/
Regards,
Peter
Hi,
I wish to modify the name of the tab "Additional information".
What do I have to make, please?
Best Regards,
Jérémy
Hey Anniet,
In the map woocommerce\templates\single-product\tabs you will found the tab-attributes.php. Change the text:
'Additional Information'
into this:
'WHAT YOU WANT HERE'
Martijn
This topic has been closed to new replies.