DARKF3D3 Posted December 21, 2015 Share Posted December 21, 2015 Hello, I'm looking for a query to have the sum of the shipping cost of all the order received in a defined month. (PS1.6.0.9) Anyone know how can i do this? Link to comment Share on other sites More sharing options...
tuk66 Posted December 21, 2015 Share Posted December 21, 2015 Try SELECT SUM(total_shipping_tax_excl) AS shipping_costs FROM ps_orders WHERE date_add BETWEEN '2015-11-01 00:00:00' AND '2015-11-30 23:59:59' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now