Is it possible to make report from woocommerce database in format:
OrderId | Sales_Price | AliExpressOrderId | Price_Paid_On_Aliexpress
I know that AliExpressOrderId (AliExpress Order #....) is in table wp_woocommerce_order_itemmeta as adsw_order_number but how can I get Price_Paid_On_Aliexpress ? Is it possible to obtain this amount in a simple way?
OrderId | Sales_Price | AliExpressOrderId | Price_Paid_On_Aliexpress
I know that AliExpressOrderId (AliExpress Order #....) is in table wp_woocommerce_order_itemmeta as adsw_order_number but how can I get Price_Paid_On_Aliexpress ? Is it possible to obtain this amount in a simple way?