You are a life saver! Thank you so much!
Thanks Alex
one last thing: is there a way to display all the products ordered with relative total quantities in a specific range of time? I dont need in this case to know who ordered what, just the total amount of single products I have to prepare for delivery.
Example: from monday to wednesday, customer A orders 1 product “X” and 1 product “Y”. Customer B orders 2 products “Y” and 3 products “Z”. Customer C orders 4 products “X”.
I need something that can display to me the following list:
product X = 5 ordered
product Y = 3 ordered
product Z = 3 ordered
Thanks in advance!
Paolo