WooCommerce

Renaming Tabs in WooCommerce

Sometimes the out-of-the-box setting just doesn't cut the mustard.  With WooCommerce, you get all the benefits of the WordPress programming hook system extended to give you extra control.

We often get asked how product detail pages can be customised further.  One such query usually involves renaming the product tabs.  Fortunately, you can do this by simply adding a hook and a function to your 'functions.php' file (remember to use your child theme functions file, if you are not using the parent theme).

The following snippet gives one such example.

If you're uncomfortable editing your functions.php file, or if you would like other WooCommerce customisations implemented, raise a support ticket and we'll go through it with you.