'fax' => $contactData['fax'],
),
);
- echo '<pre>$account_data: ' . print_r( $account_data, true ) . '</pre>';
+ // echo '<pre>$account_data: ' . print_r( $account_data, true ) . '</pre>';
// Merge any data passed into this method
$account_data['data'] = $data;
'Billing Phone', '{$account.phone}',
'Billing Company', '{$account.company}',
'Billing Position', '{$account.position}',
+ 'Renewal Date', '{$account.renewal_date}',
+ 'Current Due Amount', '{$account.current_due}',
);
$mergeTagsInvoice = array(
'Invoice Amount', '{$data.amount}',
'Contact Company', '{$contact.company}',
'Contact Position', '{$contact.position}',
'Contact Email', '{$contact.email}',
- 'Contact Phone', '{$contact.office_phone}',
+ 'Contact Office Phone', '{$contact.office_phone}',
'Contact Mobile Phone', '{$contact.mobile_phone}',
);
// Compile template data
href="{$thisUrl}?page=glm-members-admin-menu-member&glm_action=billing&member={$memberID}&option=makepayment"
class="">Pay Invoices</a>
</li>
+ {* Testing Email Notifications
<li>
<a href="{$thisUrl}?page=glm-members-admin-menu-member&glm_action=billing&member={$memberID}&option=testNotice" class="">Test Notices</a>
</li>
+ *}
</ul>
</div>
</div>