Closed (fixed)
Project:
Commerce Recurring Framework
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2012 at 20:06 UTC
Updated:
17 Sep 2012 at 08:51 UTC
Not sure if this is a bug or a feature request, but I'm using the parent order filter to try and show a list of master orders, but master orders only appear in this view if there is at least one recurring payment against them, ie the initial payment plus one recurring payment.
Any ideas on how i could get a complete list of master orders?
Comments
Comment #1
larowlanFilter by order type, the recurring orders have a different order type.
You can filter to orders containing a recurring product.
Comment #2
gurrmag commentedThanks for the quick reply...
Filtering by the product type still returns all recurring orders, the master/parent, plus any recurring orders that have been generated since then.
I've dug a little deeper, and have been able to filter on whether next invoice date is empty or not on a recurring product. As only the master order here has the next invoice date, this gives me the list I need.