You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
In reworking the Categories Report query, I came across this comment:
// Group by category without a helper table, worst case we add it and change the SQL afterwards.
// Other option would be a join with wp_post and taxonomies, but a) performance might be bad, b) how to handle custom product tables?
#1135 (review) satisfies the performance question, but the custom product tables question remains and this issue will serve as a place to track that question.
Also, what affect will that have on the Products Report Query?
The text was updated successfully, but these errors were encountered:
I don't have much more info, besides the fact that our plugin won't work with custom product table plugin (exactly the one linked by @joshuatf ) and we should probably think about how we could make it work or if that's something for future version.
we should probably think about how we could make it work or if that's something for future version.
We need update the Product Tables plugin and hook into reports Data Store to make it work.
When getting any data from the WC_Product class should be just fine, but since we are doing directly queries we should update that plugin too.
My advice is to close this issue for now and open another in Product Tables plugin repository.
In reworking the Categories Report query, I came across this comment:
#1135 (review) satisfies the performance question, but the custom product tables question remains and this issue will serve as a place to track that question.
Also, what affect will that have on the Products Report Query?
The text was updated successfully, but these errors were encountered: