• Resolved Macky

    (@mackyescasinas)


    Menu cart keep loading after the visiting the page and even adding item

    -I already disable wp and lite speed but not working..

    -I rollback my woocommerce to 7.7.2 it was working fine.. but if i used this version compatibility issue with other plugin issue occurs like on the payment

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Shameem – a11n

    (@shameemreza)

    Hi @mackyescasinas,

    I’ve checked your site, and it looks like your theme has incorporated this mini cart functionality. However, the cart fragments script seems to be not loading. You can manually enqueue the script by adding this code snippet to your child theme’s functions.php:

    function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); }
    add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );

    If this makes no difference, it would be best to reach out to the theme’s developers for further assistance here. I am sure they will have no problem supporting you there.

    In the meantime, you can run a conflict test to help you identify the cause of the issue. More info: https://woo.com/document/how-to-test-for-conflicts/

    I hope this provides some clarity. Please let us know if you have any other questions!

    Thread Starter Macky

    (@mackyescasinas)

    thank you for this ive result this issue

    Hello ,

    thank you for this ive result this issue

    Thanks again for reaching out.

    However, your message seems unclear. Could you please rephrase your reply? Was the issue resolved?

    If not, please share more clarifying details on the steps you followed so we can help troubleshoot further.

    Thanks.

    Plugin Support Shameem – a11n

    (@shameemreza)

    Hi @mackyescasinas,

    I’m marking this topic as “resolved” due to recent inactivity. If more assistance is needed, feel free to post back here or open a new topic.

    Thanks!

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

The topic ‘woocommerce loading keep spinning’ is closed to new replies.