minicart.js: How to clear all cart items after checkout?
I have developed a shopping cart system using core PHP and minicart.js. I want to remove all cart items after checkout.
clear all cart items after checkout | clear all cart items after checkout in minicart.js | magento 2 clear shopping cart | magento 2 clear mini cart programmatically | magento 2 remove item from cart observer | mini cart html example | magento 2 truncate cart | magento 2 remove item from cart ajax
clear all cart items after checkout | clear all cart items after checkout in minicart.js | magento 2 clear shopping cart | magento 2 clear mini cart programmatically | magento 2 remove item from cart observer | mini cart html example | magento 2 truncate cart | magento 2 remove item from cart ajax
clear all cart items after checkout | clear all cart items after checkout in minicart.js | magento 2 clear shopping cart | magento 2 clear mini cart programmatically | magento 2 remove item from cart observer | mini cart html example | magento 2 truncate cart | magento 2 remove item from cart ajax
clear all cart items after checkout | clear all cart items after checkout in minicart.js | magento 2 clear shopping cart | magento 2 clear mini cart programmatically | magento 2 remove item from cart observer | mini cart html example | magento 2 truncate cart | magento 2 remove item from cart ajax
clear all cart items after checkout | clear all cart items after checkout in minicart.js | magento 2 clear shopping cart | magento 2 clear mini cart programmatically | magento 2 remove item from cart observer | mini cart html example | magento 2 truncate cart | magento 2 remove item from cart ajax
clear all cart items after checkout | clear all cart items after checkout in minicart.js | magento 2 clear shopping cart | magento 2 clear mini cart programmatically | magento 2 remove item from cart observer | mini cart html example | magento 2 truncate cart | magento 2 remove item from cart ajax clear all cart items after checkout clear all cart items after checkout in minicart.js magento 2 clear shopping cart magento 2 clear mini cart programmatically magento 2 remove item from cart observer mini cart html example magento 2 truncate cart magento 2 remove item from cart ajax
Share
After checkout action, you need to add the below script. This will clear all local storage data from the cart.
<script>
localStorage.clear();
</script>