-
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
Total qty #3853
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
@valentinazhuk Thank you for reporting this issue. We have created an internal ticket |
ishakhsuvarov
added
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
bug report
labels
Apr 5, 2016
The issue is currently in QA and should be delivered shortly. |
okorshenko
pushed a commit
that referenced
this issue
Jul 6, 2016
…n Totals Collector #3853 removed unused value setting
okorshenko
pushed a commit
that referenced
this issue
Jul 6, 2016
…n Totals Collector #3853 added value resetting fixed unit test
This issue has been already fixed. |
Hi @veloraven, |
magento-engcom-team
pushed a commit
that referenced
this issue
Mar 11, 2019
[2.3.1-release] Bug fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
class Magento\Quote\Model\Quote\TotalsCollector
In the end function collectAddressTotals
Before line
$address->addData($total->getData())
$address->getTotalQty() return qty but after this return 0
It seems problem here
class Magento\Quote\Model\Quote\Address\Total\Subtotal
function collect
I think $total need to change $address:
The text was updated successfully, but these errors were encountered: