Pending Invoice Notification Rules

Discussion in 'Customization & add-ons' started by weballiance, Oct 2, 2013.

  1. weballiance

    weballiance New Member

    Joined:
    Jul 20, 2012
    Messages:
    2
    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
  2. weballiance

    weballiance New Member

    Joined:
    Jul 20, 2012
    Messages:
    2
    I found something in application/default/models/EmailTemplate.php

    near line 418 :

    $query = $query->addWhere('status=?', Invoice::pENDING)

    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.

Share This Page