Viewing 5 replies - 1 through 5 (of 5 total)
  • Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    Hi there!

    This should work for the category page too, as it uses
    woocommerce_archive_description and the shop and archive pages (like the category archive) use the same structure and hooks.

    If you’re still having trouble, you could take a look at:

    https://businessbloomer.com/woocommerce-visual-hook-guide-archiveshopcat-page/

    That has a great visual guide to the hooks.

    Hope that helps!

    Thread Starter Styling Desigins

    (@stylingdesigins)

    Thanks for that link, there is many useful information there however so much information that I am not able to find what I need to do to add the category description underneath the products on the product category pages. Maybe you can post it here so that information will be nicely added to this post making it more complete.

    Kind regards,

    Wouter

    Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    I don’t have any custom code to provide you I’m afraid.

    If you can’t quite figure out what code you need, I’d suggest looking for a developer from Codeable or a Woo Expert so you can get some help from developers who are experienced in WooCommerce.

    https://woocommerce.com/customizations/?

    All the best!

    @styling Desigins
    Did you try:

    remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );
    add_action( 'woocommerce_after_shop_loop', 'woocommerce_product_archive_description', 100 );

    What happened? I would expect any text at
    Dashboard > Products > Category > Edit > Description
    to show at the bottom of the relevant category page.

    Deactivate Fastest Cache while you are making changes.

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to show intro text underneath product category overview on homepage?’ is closed to new replies.