• What happened today?

    I’ve been paying for Facebook adds and had zero sales all day. Finally found out that the cart was broken. Started the troubleshooting steps and deactivating all plugins and turning them back on 1 by 1 until it broke again. You’re plugin is the culprit.

    So…What changed where? The plugin didn’t have an update today so something else in the chain is broken. 🙁

    https://wordpress.org/plugins/use-google-libraries/

Viewing 1 replies (of 1 total)
  • Plugin Author Jason Penney

    (@jczorkmid)

    Nothing changed in UGL, but looking at the code in woocommerce, it will deregister ‘jquery’ and re-register it directly, removing all dependencies, and setting the version number to 1.8 regardless of what version it is.

    Here’s the standard registration from WordPress:

    ( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.1' )

    Normally UGL won’t touch that, but there’s code in woocommerce that may be changing it to:

    ( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.8' );

    I’m not sure what happens in that case, to be honest.

Viewing 1 replies (of 1 total)

The topic ‘Broke Woocommerce’ is closed to new replies.