• Resolved squibs

    (@squibs)


    Stripe was not rendering – disabling your plugin makes problem go away.

    woo-variation-gallery re-registered jquery-ui-mouse with only ["jquery-ui-core"] as dependency, dropping jquery-ui-widget.

    When mouse.min.js loaded, it called o.widget(...) — widget factory not loaded yet → TypeError: o.widget is not a function → JS execution halted at that point.

    WooCommerce Stripe’s checkout JS runs after jQuery UI scripts. With execution halted, Stripe’s payment form never mounted.

    Disabling the plugin → its broken jQuery UI registration gone → WordPress core’s correct registration used → widget loads before mouse → no crash → Stripe JS runs → form appears.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    Hi,

    Thanks for reaching out to us. I have checked our codebase, and I can confirm we are not re-registering the jquery-ui-mouse or jquery-ui-core. Here are the scripts we are enqueuing.

    Please temporarily deactivate all other plugins except WooCommerce, Additional Variation Images Gallery for WooCommerce, and WooCommerce Stripe. Then check how it behaves.

    You can use the official Health Check & Troubleshooting plugin to deactivate other plugins in troubleshooting mode.

    Hope to hear from you soon.

    Thank You

    Plugin Support fizanzvai

    (@fizanzvai)

    Hi,

    Since it’s been a while since we last heard back from you, I’m going to mark this thread resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.