Magento 2 minicart not clear items after checkout

 

 vendor/magento/module-checkout/view/frontend/templates/cart/noItems.phtml

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

Share this

Related Posts

Previous
Next Post »

Pageviews from the past week