Description category - by doncartel - on WordPress WooCommerce support

This topic has 5 replies, 4 voices, and was last updated 7 years, 6 months ago ago by Robert Hall

  • Avatar: doncartel
    doncartel
    Participant
    September 21, 2016 at 12:39

    I would like the description of the category of products, text is displayed at the bottom of the page.

    4 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 21, 2016 at 13:44

    Hello,

    Could you please show on a screenshot what you want to achieve?
    Also show a direct page where changes should be made.

    Best regards,
    Jack Richardson.

    Avatar: doncartel
    doncartel
    Participant
    September 22, 2016 at 14:49

    It is the text describing the categories. You can see in this image:

    http://doncarteltienda.es/wp-content/uploads/category-description.jpg

    Avatar: Eva
    Eva Kemp
    Support staff
    September 22, 2016 at 15:21

    Hello,

    You need edit the file wp-content/themes/woopress/woocommerce/archive-product.php and move the code <?php do_action( 'woocommerce_archive_description' ); ?> in line 43 to line 106.

    Regards,
    Eva Kemp.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 22, 2016 at 15:25

    Hello,

    You may edit \themes\woopress\woocommerce\archive-product.php file.

    Find this code <?php do_action( 'woocommerce_archive_description' ); ?>
    and put it after the following code

    <?php
    /**
    * woocommerce_after_shop_loop hook
    *
    * @hooked woocommerce_pagination - 10
    */
    do_action( 'woocommerce_after_shop_loop' );
    ?>

    Regards,
    Robert Hall.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.