Store Manager Orders
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-10, 10' at line 7]
SELECT orders.order_id, orders.order_status, SUM(orders.total_commission) as total_commission
FROM wp_wcfm_marketplace_orders AS orders
WHERE orders.order_status IN ( 'pending','processing','on-hold','completed','cancelled','refunded','failed','partial' )
AND orders.vendor_id = 0
GROUP BY orders.order_id
ORDER BY orders.order_id DESC
LIMIT -10, 10
Your Orders
ID | Items | Gross sales | Fee | Status | Date | Actions |
---|---|---|---|---|---|---|
No orders found! |