• Hi,

    i have installed last woocommerce plugin on my child theme.
    When i change “Sort By” items on dropdown on shop page, nothing happend.
    In Console view there is no any event.
    JQuery works i check now,
    jquery is loaded manually from footer.php like this:
    <script type=”text/javascript” src=”/assets/plugins/jquery/jquery.min.js”></script>

    and also i add this in functions.php:

    function my_js() {
      wp_enqueue_script( 'jquery' );
    }
    add_action('init', 'my_js');

    Is there maybe sort with button and classic refresh?

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Something is conflicting with WooCommerce.

    Try temporarily switching back to the WordPress Twenty Sixteen Theme, or Storefront, and disable all plugins except for WooCommerce. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.

Viewing 1 replies (of 1 total)

The topic ‘Woocommerce sorting not work?’ is closed to new replies.