Roman
    Spectator
    Posts: 3147
    January 22, 2018 at 6:28 pm #36313

    Hi,

    you can disable it easily through Appearance -> Theme Options -> WooCommerce -> Disable Woocommerce Shop Page Ordering Boxes

    cindi@BRC
    Spectator
    Posts: 12
    January 22, 2018 at 6:43 pm #36314

    I was able to find the code after some extensive searching. It was in woocommerce/archive-product.php. I copied this file over to my template and removed the appropriate code

    <?php
    /**
    * woocommerce_before_shop_loop hook.
    *
    * @hooked wc_print_notices – 10
    * @hooked woocommerce_result_count – 20
    * @hooked woocommerce_catalog_ordering – 30
    */
    do_action( ‘woocommerce_before_shop_loop’ );
    ?>

    cindi@BRC
    Spectator
    Posts: 12
    January 22, 2018 at 6:44 pm #36315

    HAHA Thanks, all the searching i did and did not even see that.

    Priyank
    Spectator
    Posts: 747
    January 23, 2018 at 6:30 am #36316

    Hii,

    Go to theme Option

    Theme option -> WooCommerce -> Disable Woocommerce Shop Page Ordering Boxes ( check this box ).

    so you can’t display sorting blocks on the page.

    Thank You