Installation Instructions

The mod installation is very simple.

Upload the file (gateway_fees) in modules/addons.
The activate and regulate the Admin whmcs.
Add the following code at the end of the language files.

#Gateway Fees
$_LANG['gatewaycharge'] = "Additional reservations payment method";
$_LANG['gateway_title'] = "Payment Gateway Charges";
$_LANG['gateway_charge'] = "Charge";
$_LANG['gateway_total'] = "Total Amount";
$_LANG['gateway_free'] = "Free";
$_LANG['gateway_vat_include'] = "* prices include taxes";
$_LANG['paymentmethods'] = "Gateway Charges";
$_LANG['gateway_title_invoice'] = "Payment Gateway";


And the mod is ready!

Extra files

Default in there mod (hooks. php and functions. php).

The Default files (hooks. php and functions. php) charge the Fee from the total final amount of the invoice (as pricey become and costs at PayPal).

We have added an extra folder (extra_files) within the mod.

The folder (extra_files) contains 3 extra files (hooks. php, functions1. php, functions2. php).

File (hooks. php) that is inside the folder (extra_files).

The (hooks. php) will charge the Fee from the amount of the service, and not by the total final amount of the invoice.

File (functions1. php) that is inside the folder (extra_files).

The (functions1. php) when adding credit will charge the Fee in the final amount, so that when you add credit €10.00 the Fee will be included in €10.00.

The file (functions2. php) that is inside the folder (extra_files).

The (functions2. php) when adding credit will charge a Fee in addition to the final amount, so that when you add credit €10.00 the Fee will be in addition.

Upgrade new version

To upgrade to the new version you must first disable and delete the files from the old Mod.

Before upgrading, please keep a copy of the settings you have made.

  • 1 Users Found This Useful
Was this answer helpful?