Issue on product category?

This topic contains 3 reply and 3 voices, and was last updated by Sk 10 years ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
April 4, 2014 at 8:56 pm 18026
Sk I added products to a category but it is pulling the description of the product to the main product category. It does this down to the last category it is in. For instance APPAREL-->ACCESSORIES-->SOCKS. Everyone of those categories will have the product description in the head of the category. How can I disable this? http://imgur.com/FJM8nMK
April 5, 2014 at 6:04 am 18051
Mahi Mahi

Seems like its not product description. Its coming from your Product Category description, isn’t it?

Just remove your product category descriptions, if you don’t need them.

April 5, 2014 at 6:57 pm 18062
Jay Jay

It is a product description I know what I wrote and where. It is not from the category description.

April 6, 2014 at 11:42 am 18109
Sk Sk

Hello Jay,

This section contains category description. But if you have Product archive description then it overwrite the category description. You could remove both of them.

To remove category description: Use the following code at dokan/includes/theme-functions.php

remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description' );

And to remove Product archive description: Use the following code at dokan/includes/theme-functions.php

remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description' );

Thank you.

Viewing 3 Posts - 1 through 3 (of 3 total)