magento - Getting window.checkout.quoteData or store code are undefined error when cart item count updated using ajax - Stack Overflow

PHOTO EMBED

Mon Feb 12 2024 15:15:56 GMT+0000 (Coordinated Universal Time)

Saved by @zaki

    require([
       'Magento_Customer/js/customer-data'
    ], function (customerData) {
        var sections = ['cart'];
        customerData.invalidate(sections);
        customerData.reload(sections, true);
    });
content_copyCOPY

https://stackoverflow.com/questions/70094461/getting-window-checkout-quotedata-or-store-code-are-undefined-error-when-cart-it