• Resolved gizo1989

    (@gizo1989)


    Hello, The new Woocommerce 7.8.0. update has bugs, Probably with the new version of Elementor. Specifically, the Elementor cart popup widget, Because after adding the product, the product is not visible in the popup. When I rolled back the woocommerce version, everything was resolved. What should I do? Should I wait for the new update of Woocommerce or Elementor???

Viewing 15 replies - 1 through 15 (of 17 total)
  • Same problem here with all the websites we have

    the same bug with the plugin CartPops and others…

    I’ve rollback to the previous version of WooCommerce, everything is fine now.

    Thread Starter gizo1989

    (@gizo1989)

    and what we can do?

    Now.. now we wait.

    Plugin Author Rodel Calasagsag a11n

    (@rodelgc)

    and what we can do?

    It’s probably related to the Mini Cart performance improvement in WooCommerce 7.8. See if the workaround mentioned in the Developer Notes section would fix it.

    Thread Starter gizo1989

    (@gizo1989)

    Nothing is said here about this matter

    I’m facing similar issues.
    What process did you use to roll back to 7.7.2?
    I can’t really restore an older version of the database, because new orders have been logged on the site since I did the update.

    Same here but with WPBakery, in my case is the USER PANEL, it doesn’t work right…

    Thread Starter gizo1989

    (@gizo1989)

    How to notify woocommerce to take action?

    Well, maybe this way is perfect to notify. Woocommerce use this forum for that: “If you only use WooCommerce core and/or need help with extensions sold on other platforms, please use the?forums?as we won’t be able to help by email.”

    Thread Starter gizo1989

    (@gizo1989)

    ok thanks

    SYS4NET.COM

    (@juanjoalarcon38)

    @gizo1989 Put this function in your custom script and solve it temporarily, until Woo and Elementor agree xDDDD

    function woocommerce_minicart_fix(){

    wp_enqueue_script( ‘wc-cart-fragments’ );

    }

    add_action( ‘wp_enqueue_scripts’, ‘woocommerce_minicart_fix’ );

    SYS4NET.COM

    (@juanjoalarcon38)

    Fixed on the last version of Elementor PRO 3.14

    hey guys

    do you have any information about woocommerce payments account under review, how long it takes to complete this? I got that email from woocommerce payments just after I updated to woocommerce and woocommerce payments.

    Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi @gizo1989,

    Thank you for reaching out, and I’m sorry to hear about the compatibility issues between the latest version of WooCommerce and third-party plugins like Elementor!

    ?The new Woocommerce 7.8.0. update has bugs, Probably with the new version of Elementor.

    Before we continue, please note that from our side, we do not maintain compatibility between WooCommerce and third-party plugins like Elementor, but we’ll be happy to point you in the right direction with this!
    ?
    As @rodelgc mentioned, the following is specified in the?WooCommerce 7.8 release notes and it is most likely the reason behind compatibility issues:

    The Cart Fragments script, responsible for updating the cart widget after a successful add to cart event, can cause a performance issue on stores not making use of that functionality. To mitigate this, the script will now only be enqueued if using the Mini Cart widget.

    It looks like plugins like Elementor and others that were written with the old WooCommerce code/functionality in mind will have to be updated to be compatible with the latest version of WooCommerce. As @juanjoalarcon38 mentioned, it sounds like this compatibility issue has already been addressed in version 3.14 of Elementor Pro.

    As a temporary workaround (until the developers of the third-party plugins update the code on their side), it should be possible to address this compatibility issue via a code snippet suggested by @juanjoalarcon38 that enables the old functionality these plugins rely on.

    The code snippet comes without a warranty from our side, but I hope this helps!

    do you have any information about woocommerce payments account under review, how long it takes to complete this? I got that email from woocommerce payments just after I updated to woocommerce and woocommerce payments.

    @mhcaboodle you’ll want to reach out to WooCommerce.com support directly and inquire about the status of your account:

    https://woocommerce.com/my-account/create-a-ticket/

    Here in the forum, I can’t provide any specific information, but the following support document might help:

    https://woocommerce.com/document/woocommerce-payments/our-policies/#restricted-accounts

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Woocommerce 7.8.0. update has bugs’ is closed to new replies.