Issue on product category?
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 | 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 | 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 | 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
And to remove Product archive description: Use the following code at dokan/includes/theme-functions.php
Thank you. |