-
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 return no items #6265
Comments
@Sonnh290791 thank you for your report. |
To reproduce problem:
There is no problem for clicking on "Add to Cart" button in product list. In fact, after above step, when we click the button in product list, the Shopping Cart will shows all products added previously. |
@soragan thank you for your feedback. I can't reproduce this issue.
Can you check this issue on 2.1.last version? |
i am on 2.1.0 downloaded from magento.com, does this make any different? tried both safari and chrome on macbook. i have 13 categories (only 4 are filled), 43 products, 3 websites with each 1 store, 1 store view. additionally, whenever i browse to other pages, the green message persisted from page to page. |
Hi @soragan Thank you for reporting the issue. It is reported as |
thanks for the bug confirmation, hopefully this is fixed soon as it's the only thing stopping us from pushing 2.1.0 to replace 1.9 |
Update to 2.1.1. and report back or close ticket otherwise. |
problem still exist in 2.1.1 perform update from 2.1.0 using compose update and recompile magento. tested on both safari and chrome, on os x 10.11.6 |
I face the same issue. I also have the latest version 2.1.1 and did a fresh installation. |
multiple website installation with different URLs? |
problem still exist in latest 2.1.2, minicart is not updated after adding product using the button in product details page. |
I face the same issue. If i added the product from product page, mini cart shows no item in cart but if i added product from category page mini cart shown product with previously added product items. |
Bug still exists in 2.1.2. |
I have this problem as well. Magento 2.1.2. |
i have the same issu Magento ver. 2.1.2 |
You can disable the mini cart completely until this is fixed. Stores > Configuration > Sales > Checkout > Shopping Cart Sidebar and change "Display Shopping Cart Sidebar" to No |
Still seeing this issue in 2.1.3. It seems to be that the "After Adding a Product Redirect to Shopping Cart" set to "No", using Safari on Mac. |
Still experiencing this in 2.1.5 |
Any idea when this is going to be fixed? |
I have the same issu in magento version 2.1.2, the mini cart doesnt refresh correctly. Have anybody a fix or workaround for that problem? |
Facing this issue any fix on this? Anyone? |
My Solution for refresh Problem: You simply need to change |
This issue is fixed to me when I upgrade my PHP version from 7.0.9 to 7.0.15. |
@Sonnh290791, thank you for your report. |
[Arrows] MC-34292: AdminCreateUserRoleWithReportsActionGroup needs to be refactored to be based in CE
I have a bug with magento 2.1 but i think it is from base. when i add to cart from product detail: ajax is loaded and everything is good, mini cart show 1 item but the bug appear when i add to cart from homepage or extension have button not ajax. minicart does not update and return "No items"
Now, miniCart have a trigger call function load minicart after add to cart by ajax so if i code a button add to cart not run ajax but product is added, no wrong. the trigger is not called so minicart return wrong.
Can you help me to fix it?
The text was updated successfully, but these errors were encountered: