Contents
How do I get rid of short description?
You can remove the Short Description field from the WooCommerce admin panel via PHP: function remove_short_description() { remove_meta_box( ‘postexcerpt’, ‘product’, ‘normal’); } add_action(‘add_meta_boxes’, ‘remove_short_description’, 999);
How do I hide product description in WooCommerce?
WooCommerce How to remove “description” text in product description?
- Open WordPress admin panel, go to Appearance > Editor.
- Open function.php theme file.
- Add the following code at the bottom of function.php file.
- Save the changes.
- Refresh the product page, now the description heading is gone.
How do I create a short description in WooCommerce?
The short description for products in WooCommerce utilizes the excerpt that you’d find in normal posts. So to show it, you should simply show the excerpt for the post. It’s as basic as that! Yet, now you have to hook your function to the right activity so that it’s output in the correct place in your archive pages.
How do I remove a product tab in WooCommerce?
To remove the reviews tab from a specific product page, go to the WooCommerce settings of that product and uncheck the “Enable reviews” checkbox under the Advanced tab. To disable reviews and remove the reviews tab on a global level you can do it under WooCommerce settings > Products > Enable Reviews.
What is WooCommerce Product short description?
‘Displaying a short WooCommerce product description on your store’s main shop page and category pages makes it easy for customers to make a quick buying decision. It lets them know what the product is and encourages them to learn more. You can’t display the main description away from product pages either.
How do I change product data in WooCommerce?
Manually Add a Variation
- Select Add variation from the dropdown menu, and select Go.
- Select attributes for your variation. To change additional data, click the triangle icon to expand the variation.
- Edit any available data. The only required field is Regular Price.
- Click Save changes.