-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Products ordered report doesn't show simple (child) products of configurable products #9196
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
Comments
I am working on this issue |
That is great news. Looking forward to this update/fix!
Nakia M. Mills
Sanders Candy
ph: 586-464-5368
SandersCandy.com<http://www.sanderscandy.com/> I Facebook<http://www.facebook.com/SandersCandy> I Twitter<http://twitter.com/#!/SandersCandy> I YouTube<http://www.youtube.com/user/Tvanhemm>
View 2017 Online Retail Catalog<https://view.publitas.com/sanders-morley-candy-makers/sanders-2017-retail-catalog/>
From: vinothkumars [mailto:[email protected]]
Sent: Wednesday, May 03, 2017 1:55 AM
To: magento/magento2 <[email protected]>
Cc: Nakia Mills <[email protected]>; Author <[email protected]>
Subject: Re: [magento/magento2] Products ordered report doesn't show simple (child) products of configurable products (#9196)
I am working on this issue
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9196 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AT5Kq7GUyErm_Cg2s2maMq7v84e09d3iks5r2Ba1gaJpZM4M5Ku4>.
|
I am working on it. |
…urable in product ordered report
Thank you for working on this. It will be a much more useful report once the simple products are shown.
Nakia M. Mills
Sanders Candy
ph: 586-464-5368
SandersCandy.com<http://www.sanderscandy.com/> I Facebook<http://www.facebook.com/SandersCandy> I Twitter<http://twitter.com/#!/SandersCandy> I YouTube<http://www.youtube.com/user/Tvanhemm>
View 2017 Online Retail Catalog<https://view.publitas.com/sanders-morley-candy-makers/sanders-2017-retail-catalog/>
From: Ranjith VK [mailto:[email protected]]
Sent: Saturday, June 10, 2017 6:16 AM
To: magento/magento2 <[email protected]>
Cc: Nakia Mills <[email protected]>; Author <[email protected]>
Subject: Re: [magento/magento2] Products ordered report doesn't show simple (child) products of configurable products (#9196)
I am working on it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9196 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AT5Kq7IcoLTAJAtrf2HVWsTq0MyxWRR6ks5sCmzzgaJpZM4M5Ku4>.
|
…'t show simple (child) products of configurable products #9908
[EngCom] Public Pull Requests - MAGETWO-70817: remove redundant else and use strict check #10271 - MAGETWO-70787: update phpserver to support versioned static urls #10250 - MAGETWO-70764: Fix overwrite default value image/file with NULL #10253 - MAGETWO-70761: Show values that are duplicate in attribute error msg #10213 - MAGETWO-70758: Fix for #4530 $product->getRatingSummary() always returns null […] #10248 - MAGETWO-70706: simplify product lists #2 #9019 - MAGETWO-70669: Fix fatal errors with deleteOptionsAndSelections #7711 - MAGETWO-70464: Fix shipping address can use for billing #10130 - MAGETWO-69913: magento/magento2 #9196 - Products ordered report doesn't show simple (child) products of configurable products #9908
Internal ticket to track issue progress: MAGETWO-69913 |
Just to be clear, does the above status change to "Done" mean this report is now updated? If so, how can I begin using this updated version of the report? Thank you. |
@NMills12 thank you for your report. |
… report doesn't show simple (child) products of configurable products #9908 - for 2.2
… report doesn't show simple (child) products of configurable products #9908 - for 2.2
The best solution is to create an extension for this functionality or just use mine https://github.com/harout-itology/Simpleproductsreport |
Hi, It appears this is still not resolved. I'm on version 2.3.4 and I'm only getting 1 child product (single entry) per configurable product rather than all child products (multiple entries) |
This issue is not solved, also on version 2.3.6.
This works different when order has more items. In the sales_order_item table are being saved items of type simple, but also configurable, so there are two records for each ordered item:
SQL for the ordered items report is actually selecting order items of type configurable. When the order has more simple items of the same parent (configurable) it will select first configurable item (with wrong sku fo the simple product).
In report grid and generated report's csv will be:
So we cannot rely on such WHERE condition ( For those who are still looking for solution: |
When I run the "Products Ordered" report in Magento 2, configurable products show up as a single product, where the sales of all its child products were summed up. Is there a way to change this so that only the child (simple) products are shown in the report with their sold quantities?
We are currently using version 2.0.7 community edition.
Steps to reproduce
Run products sold report
I should see how many of each simple product were sold
Actual result
Sales do not show for simple products that are ordered under a configurable product. The report only gives a summed up total of all the configurable products falling under it (example: if I sell chocolate bunnies in milk, dark and ivory I don't see sales for each of those chocolate types; I only see a total for all chocolate bunnies sold).
The text was updated successfully, but these errors were encountered: