WooCommerce

Contents

1. Renaming Tabs in WooCommerce

2. Troubleshooting WooCommerce

1. 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.

2. Troubleshooting WooCommerce

If you have recently updated your WooCommerce plugin, or your WordPress install and you are experiencing issues with the ecommerce features of your website, your first step is to check the WC System Status page to identify if any problems exist:


You can find the System Status page in your site's backend menu at WooCommerce->System Status.  The most obvious problems will show in red, but visit the WooCommerce docs homepage to check your version for WordPress compatibility and any other issues that may be documented there.