• Hi,

    this site is built with Beaver Builder and the single product page is built with BB modules. When adding a product to cart, the side cart shows incorrectly zero. Here’s a link to a short video showing what happens. The problem appears at least with Chrome and Firefox.

    https://share.zight.com/KouRbdgg

    Thanks!

    Riitta

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

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

    (@helloxootix)

    Hello,

    Cart fragments javascript file from woocommerce is missing on your site.
    If you have manually disabled it using code, please undo it.
    Or try adding this snippet

    add_action( 'wp_enqueue_scripts', function(){
    wp_enqueue_script( 'wc-cart-fragments' );
    }, PHP_INT_MAX );
    Thread Starter Riitta Korpip??

    (@korpiri)

    I added the snippet, but that did not fix the problem.

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