[Resolved] Remove result count and product sort displays

Home Forums Support [Resolved] Remove result count and product sort displays

Home Forums Support Remove result count and product sort displays

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #848371
    David Bennett
    //remove display notice 
    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
    //remove default sorting drop-down from WooCommerce
    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );

    I used this snippet to stop the display. It stops the result count displaying but not the catalog ordering display. What do I do to stop the catalog ordering display?

    Thanks.

    #848390
    David
    Staff
    Customer Support

    Hi there,

    make sure you have the GP Woocommerce module activated, then you will find most settings within Customizer > Layout > Woocommerce including the count and sorting (ordering).

    #848405
    David Bennett

    I forgot there was a second access to the Woo options via > Layout.

    Thanks.

    #848408
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.