-
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
Viewing customer shopping cart in admin shows all products in catalog when there is no active quote #26437
Comments
Hi @mustdobetter. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @mustdobetter do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @krishprakash. Thank you for working on this issue.
|
Hi @rav-redchamps. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
@magento give me 2.4-develop instance |
Hi @rav-redchamps. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
2 similar comments
Hi @rav-redchamps. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @rav-redchamps. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @rav-redchamps, here is your Magento instance. |
@magento give me 2.4-develop instance |
Hi @rav-redchamps. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @rav-redchamps, here is your Magento instance. |
@magento-engcom-team The admin URL throws a 404 page |
✅ Confirmed by @krishprakash Issue Available: @krishprakash, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@mustdobetter I have created the pull request #26489 for the fix of this issue. But seems like it is not going to be merged soon. So, I have packed the fix in the form of a Magento 2 extension https://github.com/redchamps/customer-shopping-carts-tab-fix. You may directly use it till the time pull request is processed. |
Thank you for working on this @rav-redchamps, and for providing a fix. |
Hi @mustdobetter. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Any idea when 2.4 will be released? We currently have this issue on our 2.3.4 system and would like to get an idea on how to deploy a patch to fix this issue ASAP. Appreciate your help. |
@msramanujam you might use this https://github.com/redchamps/customer-shopping-carts-tab-fix in the meantime |
Thanks for the pointer. I'll check it out.
…On Sat, Apr 25, 2020 at 7:21 PM Ravinder ***@***.***> wrote:
@msramanujam <https://github.com/msramanujam> you might use this
https://github.com/redchamps/customer-shopping-carts-tab-fix in the
meantime
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26437 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACKZPKOTKI5AEBA446YCZHTROOLCFANCNFSM4KIKEJPQ>
.
--
Thanks
Madhu Ramanujam
(415)-738-6013 / (415)-794-3805
|
I can recreate the same issue. What is the reason these fixes are not added to 2.3.5-p1? Always adding fixes to upcoming version without supporting the current version. No wonder why Shopify takes the lead with eCommerce nowadays. |
@xeontcs Not sure why magento didn’t added them to 2.3.5. As shared earlier, you might use below till 2.4 release https://github.com/redchamps/customer-shopping-carts-tab-fix |
@redchamps Thank you very much! Highly Appreciated for the fix. It is working for me 100% I was bit upset as I have seen many fixes "Fixed in 2.4.x ". It is not even released yet. |
I have also faced same issue. But most easy and quick solution is overriding getQuote() function as below : protected function getQuote() This issue was coming due to customer website is not getting correctly from backend and so the store Id. Try this out!!!! |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: