Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ctrlshift.ru@gmail.com

    (@ctrlshiftrugmailcom)

    Here were the efforts to resolve it.
    I’ve tried to remove this code:

    /**
    	 * Products Loop
    	 *
    	 * @see woocommerce_show_messages()
    	 * @see woocommerce_result_count()
    	 * @see woocommerce_catalog_ordering()
    	 */
    	add_action( 'woocommerce_before_shop_loop', 'woocommerce_show_messages', 10 );
    	add_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
    	add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );

    from woocommerce-hooks.php, but after update it comes again.
    Also I added
    remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
    to function.php, but nothing changed.

    Plugin Contributor James Koster

    (@jameskoster)

    If you have double sorting, it will be due to your theme or another plugin.

    Please make sure you’re running the latest version of everything and if the issue persists contact the appropriate author.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘double sorting after update’ is closed to new replies.