Open katgirl opened 1 month ago
The Problem is:
The LEFT JOIN
at tl_iso_product_collection_item
generate duplicate content by order.
@error08 could you help with this and tell if https://github.com/isotope/core/pull/2537 is the correct fix for your new statistics?
Hi @aschempp and @katgirl, if I understand it right, I would it solve this way: #2542. @katgirl: Your fix, sums the quantity of the items, but here we want display the products, right?
@katgirl The sales total here are the tax free value of the all paid orders in the time range minus the discounts. I will double check that next week.
but here we want display the products, right?
If I understand correctly, we're not sure we want to show the number of "different products", or the number of quantities? Personally (I'm not a shop owner!) I would expect the number of items here, the number of things I will pack into my shipping boxes.
@katgirl did your statement about incorrect resulting average include net or gross prices?
Maybe we should name the columns "Net Sales Total" and "Net Sales ø" if that would make it more obvious?
Any opinions on the matter?
I'm fine with "Net Sales Total" and "Net Sales ø". Regarding the issue, I will try to test it this weekend.
Isotope Version 2.9.0
For sales statistics
but at Sales summary
The number of products is the number of units. The sum of sales and the resulting average is also incorrect