Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #848449

    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

    #849059

    Hey finchkelsey,

    Can you post a link to your site? so we can take a closer look.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.