## Installation Instructions ##


# Copy the invoicelogin folder to your WHMCS's modules/addons/ folder.
# Ensure the proper permissions are set for your environment for the folder and the php files inside of the invoicelogin folder.
# Active the Module in WHMCS by going to Setup->Addon Modules in your WHMCS Admin area, find the Invoice Auto Login module and click activate.

# In the WHMCS admin area go to Setup->Email Templates
# Edit the Invoice Created template and add {$auto_login_link} where you would like the auto login link displayed in the email message.
# If you would prefer to include a full HTML link (e.g. <a href="https://..."></a>", use the tag {$auto_login_link_html} instead.
e.g.

-----
Dear {$client_name},

This is a notice that an invoice has been generated on {$invoice_date_created}.

Your payment method is: {$invoice_payment_method}

Invoice #{$invoice_num}
Amount Due: {$invoice_total}
Due Date: {$invoice_date_due}

Invoice Items

{$invoice_html_contents}
------------------------------------------------------

You can login to your client area to view and pay the invoice at
{$auto_login_link}

{$signature}
-----

# You can also add this link to the following email templates:
Invoice Payment Reminder, First Invoice Overdue Notice, Second Invoice Overdue Notice, Third Invoice Overdue Notice, and Credit Card Payment Due.


# If you would also like to add the auto login link to the PDF invoice itself, you can do so by using the included invoicepdf.tpl. Place this template file in your WHMCS template directory. This will automatically add a Pay Invoice clickable link.


If you have any questions or run into any issues, feel free to email us at [email protected]

Was this answer helpful? 0 Users Found This Useful (0 Votes)