View Single Post
  #8  
Old 11-30-2012, 03:27 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 897
 

Default Re: Order totals Statistics

is there any way to modify this code:

Code:
$date_cond = " date>='$start_date_off' AND date<='$end_date_off' ";

to add a "for each day" exception???

I also see orders.php has Single day selection code, wonder if I can modify that for this purpose.
I just want it to sum the data per day FOR EACH day in the selected month, and show that date per day, one day per table row.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote