This fix allows the quantity to work but the on page cart no longer works now. You cannot tell if things are being added to cart and the roll over effect does not work.
add_action(‘init’, function() {
wp_dequeue_script( ‘avia-woocommerce-js’ );
wp_enqueue_script( ‘avia-woocommerce-child-js’, get_stylesheet_directory_uri().’/js/woocommerce-mod.js’, array(‘jquery’), 2, true );
}, 11, 1);
Thanks
Hey finchkelsey,
Can you post a link to your site? so we can take a closer look.
Best regards,
Nikko