Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Feature Requests › Show category below product title
Tagged: Implemented
- This topic has 4 replies, 2 voices, and was last updated 1 year, 8 months ago by
Manathan.
-
AuthorPosts
-
February 21, 2022 at 15:43 #38950@themodactyl
- 0 Topics
- 6054 Posts
Hi Leo,
Thanks for getting in touch! We’ve received your request and we’ll get you an answer shortly. 🙂
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
February 23, 2022 at 09:38 #38961@themodactyl- 0 Topics
- 6054 Posts
Thank you for your patience. 🙏🏼
Currently, it is not possible. However, it would be indeed very nice to display the categories on the product cards.
Please note that I took the liberty to move this topic to our Feature Requests forum. This topic has also been tagged “Accepted” to notified others that we have moved this task into our to do list. This request is currently under analysis and will be under development as soon as possible. Unfortunately, no release date can be disclosed at the moment as we have a lot to work on.
Waiting for this feature to be implemented, simply add the following code snippet to your website:
/** * Display Categories in Product Cards */ function woocommerce_add_product_categories() { echo '<div class="product-categories small">'; echo wc_get_product_category_list( get_the_ID() ); echo '</div>'; } add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_add_product_categories' , 10 );
To add this code snippet to your site, we recommend that you use the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your Child Theme.
Please also note that we don’t provide any theme customization. So, you shouldn’t expect other snippets from us unless it’s to fix an issue stemming from our own codebase. We always try our best to help theme users whenever we can and only provide code snippets out of courtesy to prevent them from waiting for the next update.
We’ll keep you informed. Thank you very much for contributing to this theme!
Regards,
February 23, 2022 at 13:17 #38962@themodactyl- 0 Topics
- 6054 Posts
Hi Leo,
You will be happy to know that this feature is currently under development by our team. 🙂
If it’s not the case, don’t hesitate to subscribe this topic to be aware as soon as the next update with this feature will be released.
We thank you for your patience and your contribution to our theme.
Best,
March 10, 2022 at 09:51 #39265@themodactyl- 0 Topics
- 6054 Posts
Hi Leo,
We have recently released an update of Grimlock for WooCommerce that includes this feature. Updating this plugin to the latest version should add it to your website.
After the update, any integration problems should be fixed. However, you might still be seeing an issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you:
https://www.lifewire.com/how-to-clear-cache-2617980Kindest regards,
March 11, 2022 at 12:43 #39293 -
AuthorPosts
The topic ‘Show category below product title’ is closed to new replies.