April 27, 20197 yr Hello, I installed the dashboard map and I will know if it's possible to include other orders status inside the sql request?
April 27, 20197 yr If I have not wrong, you must add inside the SQL request this element change orders_status = 3 by orders_status > 1 In this case, all your orders status will be included inside your map.
April 27, 20197 yr If you want exclude the cancel order, you can add orders_status > 1 and orders_status <> 3
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.