Hosting Quota Notifications 1.X For WHMCS
From ModulesGarden Wiki
(Difference between revisions)
|
|
Line 141: |
Line 141: |
| |} | | |} |
| {| | | {| |
− | |style="padding: 0px 0px 15px 15px;"| | + | |style="padding: 0px 0px 15px 15px;"|Here you can compose the content of a contract.<br/> |
| + | *Type in the '''''' 'Name' ''''' of a contract |
| + | *Fill out the filed with ''''' 'Content', '''''' you may use ''''' 'Available Merge Fields' ''''' to do so |
| + | **''Client Fields'' |
| + | **''Product Fields'' |
| + | **''Contract Fields'' |
| + | *Use advanced edition tool to perfectly shape the contract. <br/> |
| |} | | |} |
| {| | | {| |
− | |style="padding: 0px 0px 20px 25px;"|[[File:RB_.png]] | + | |style="padding: 0px 0px 10px 25px;"|[[File:RB_.png]] |
| |} | | |} |
| {| | | {| |
− | |style="padding: 0px 0px 15px 15px;"| | + | |style="padding: 0px 0px 15px 15px;"|Do not forget to '' 'Save' '' the changes once you have finished. |
| + | |} |
| + | {| |
| + | |style="padding: 0px 0px 10px 25px;"|[[File:RB_.png]] |
| + | |} |
| + | {| |
| + | |style="padding: 0px 0px 15px 15px;"|Your newly created contract draft is now visible on the list. <br/> |
| + | Use action buttons to edit the contract or delete it if you are sure it is useless. |
| |} | | |} |
| {| | | {| |
Revision as of 10:11, 23 November 2015
Recurring Billing For WHMCS .....
|
✔ Supports WHMCS Templates Five and Six
|
✔ Supports WHMCS V5 and V6
|
Installation
This tutorial will show you how to successfully install and configure Recurring Billing For WHMCS.
We will guide you step by step through the whole installation and configuration process.
|
Installation
1. Log in to your client area and download Recurring Billing For WHMCS.
|
2. Upload and extract the module into the main WHMCS directory.
Files in your WHMCS directory should look like on the following screen.
|
3. When you install Recurring Billing For WHMCS for the first time you have to rename 'license_RENAME.php' file.
File is located in 'modules/addons/recurring_billing/license_RENAME.php'. Rename it from 'license_RENAME.php' to 'license.php'.
|
4. In order to configure your license key, you have to edit the previously renamed 'license.php' file.
Enter your license key between quotation marks as presented on the following screen. You can find your license key in your client area → 'My Products'.
|
Activation
5. Now, you have to activate the module in your WHMCS system.
Log in to your WHMCS admin area and proceed to 'Setup' → 'Addon Modules'.
Afterwards, find 'Recurring Billing' and press 'Activate' button.
|
6. In the next step you need to permit access to this module.
To do so, click on 'Configure' button, tick checkboxes to assign desired admin roles.
Press 'Save Changes'.
|
7. Now it is time to insert proper integration codes. Note that this step is required only if you are using WHMCS V5 x.x.
There is no integration required for WHMCS V6 x.x.
Open the currently used template. For presentation purposes we opened modern template. You will them in 'yourWHMCs/template/orderforms/modern/viewcart.tpl'.
Find line 450. Insert the below code inside this line and save the changes.
<div class="signupfields">
<h2>Contracts</h2>
{$contractOutput}
</div>
Remember that you must insert the code to every used order form template.
That is how a properly inserted code should look like:
|
8. You have just successfully installed Recurring Billing For WHMCS!
|
Configuration and Management
Once you have properly installed and activated the product you may move to its actual configuration.
Read the below sections to learn how to use Recurring Billing For WHMCS completely.
|
Configuration
In order to start using your Recurring Billing For WHMCS move to 'Addons → Recurring Billing'.
By default, you will be moved to the addon's dashboard with a guide opened. You will find there short notes on how to configure the product.
In this article we will expand these instructions a bit more.
|
Hide the guide when you have completed the configuration and learn how to reconstruct the process.
|
Contract Content
First off all, create your first contract's content. To do so, move to 'Contract Content' section and press 'Add New' button.
|
Here you can compose the content of a contract.
- Type in the ' 'Name' of a contract
- Fill out the filed with 'Content', ' you may use 'Available Merge Fields' to do so
- Client Fields
- Product Fields
- Contract Fields
- Use advanced edition tool to perfectly shape the contract.
|
Do not forget to 'Save' the changes once you have finished.
|
Your newly created contract draft is now visible on the list.
Use action buttons to edit the contract or delete it if you are sure it is useless.
|
Contract Templates
Create Contract Template wchich can be found under 'Contract Templates' → 'Add New'
a. Fill required fields and press 'Save' button
b. Add contract details which depend on the product you have choosen in previous step,
|
Configuration
Set up Notifications and Penalty, wchich can be found under 'Configuration'
|
Management
Client Area
Admin Area
Signed Contracts
Dashboard
Logs
Additional Information
Tips
Common Problems
1. When you have problems with connection, check whether your SELinux or firewall does not block ports.
|
2. Remember that Recurring Billing For WHCMS contracts can be applied only to products with recurring payment type.
|