Hi, I would like the same functionality of "Pending Invoice Notification Rules" but for Active Invoice. User who paid, will receive emails information. How can i do to made this ? Thank you by advance for quick reply
I found something in application/default/models/EmailTemplate.php near line 418 : $query = $query->addWhere('status=?', Invoice:ENDING) I just try to change with Invoice::RECURRING_ACTIVE to see if something happen, but no... nothing change no mail sent, i added rules that should work.