@chris-yau I need a more detailed example of your problem. The Backordered items are determined by the item status itself, and not the other items on the order.
I think the problem is conflict with another translation plugin “TranslatePress”. I will do some more test to check and will update you soon. Many thanks
Hi @thehowarde,
I found the issue because when customer using another language browsing and placed order, the item meta data at admin order backend changed from English string “backordered” to “延期出貨” (Chinese).
So the backordered item not listed in report.
Then I tried change the meta string from “延期出貨” back to English “backordered”, the backorder item listed.
Does to plugin using string to recognize or working by string?
Thanks
The plugin recognizes the string “Backordered” from the text domain woocommerce so if you’re using a translation plugin, it should translate that string.
Hi @thehowarde,
yes, for this issue, I have translate back the string to English “Backordered” for all language to solve at this moment.
Thanks