Woocommerce sorting not work?
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Woocommerce sorting not work?’ is closed to new replies.