-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mini cart does not clear after placing an order - magento 2.0.7 #5621
Comments
@nmallepally |
Hi @andimov |
@nmallepally |
@andimov I'm checking it after the changes, will update in few minutes. |
@andimov It returned me a different errors. |
@mrkhoa99 Did you see my result above for the fix?, can you advise any alternative solution as we planning to go live in 2days. |
@nmallepally try to get the cart info from your local storage:
|
@mrkhoa99 Hi thanks for the quick response. works like a charm for paypal orders, does not clear cart when payment is done for cash on delivery method. |
@nmallepally Can you list the files which you applied the paths? |
I'm using magento 2.1v. I just applied the above java script into vendor/magento/module-checkout/view/frontend/templates/cart/noItems.phtml. As you said this is a temporary solution. Did i miss anything? |
Any update on this one? Still exists in 2.1.2. |
encountered this bug in CE 2.1.4 as well. it happens when I DON'T sign into my customer account at checkout. |
same here. waiting for update |
In EE 2.1.5 Still happening |
@nmallepally Thanks for the feedback. Is your issue relevant for latest Magento versions? |
Hi, Thanks. |
Hello, |
No, editing |
I've even met some composer plugins which allow to re-apply patches automatically 🤣 Please don't go this way. @silici0 just customize needed template according to http://devdocs.magento.com/guides/v2.0/frontend-dev-guide/templates/template-override.html#override mentioning in comment where the patch came from and for which version so that you can easily drop it when it is not relevant anymore due to Magento upgrade. |
@nmallepally, thank you for your report. |
Hello, app/design/frontend///Magento_Checkout/templates/cart/noItems.phtml
Thanks |
[TSG] Fixes for 2.3 (pr122) (2.3-develop)
Hello,
After i have completed the purchase or placing an order the cart still shows the items and does not remove itself untill any new products added again. it is misleading. can any one give some insight on this?. do i need to upgrade 2.1 to fix or is there any alternative solution.
Thanks,
Navya
The text was updated successfully, but these errors were encountered: