Hi,
I tried to display the order items image in the order list, as shown in the screenshot below. To do this, I added the order items query to the orders query, but nothing is being displayed. Is this not currently supported?
Thank you
Hi,
I tried to display the order items image in the order list, as shown in the screenshot below. To do this, I added the order items query to the orders query, but nothing is being displayed. Is this not currently supported?
Thank you
Hi @HOSEIN ,
Right now, those new v2 query loops don’t support nested query context. (Except those generated in predefined structure)
All new loops were designed following native WooCommerce concept. Hence, the way you display the data might not be supported.
May I know if you are on Account v2 or Checkout v2? Please give more context so I can check and see if it can be improved.
Regards,
Jenn
Hi Jenn,
May I know if you are on Account v2 or Checkout v2? Please give more context so I can check and see if it can be improved.
I was testing the Orders query loop in Account v2, then I tried to add the order items query inside it so that we could display the images of the ordered products as per the screenshot above, but the order items query did not display anything.