Hi,
We have a mixed cart... meaning download items and boxed items. We also get many incomplete orders that show as Open, but show False as status because someone did not complete their PayPal purchase. And all these False PayPal attempts are showing up in our product reports, throwing things way off.
We do not want reports filtered by <> cancelled because that is not accurate, and we can't have someone manually go in and change each sale to Cancelled (that is not practical for an automated cart).
The Product Summary sales report should ONLY look at APPROVED or True for the status, which would give us an accurate report. Or, Status <> 'Cancelled' AND Smith_PayHist.Status <> 'false'... or more easily done, WHERE... AND (PayHist.Status = 'APPROVED' or PayHist.Status = 'true').
Now all our sales reports are very inaccurate. Is there anything you all can suggest to make the reports accurate asides from manually going through any failed PayPal sale and converting them to cancelled?
This is quite important....
Thanks,
Steve