Billing Extension Release 1.3.43
Changelog
Type | Description |
---|---|
New |
Force client to accept your new terms of service and conditions (preview) |
New |
Change in one click the version number of your TOS |
New |
Insert the URL to your terms of service so that clients can read them before accepting changes |
New |
Clients must accept your new terms of service and conditions otherwise the module doesn't allow them to access any other page |
New |
You can edit and customize the page where clients need to accept your TOS |
New |
The page where clients need to accept your TOS is available in multi-language |
Upgrade instructions
Steps | Description |
---|---|
1 | Run this query from PHPMyAdmin to your WHMCS database:CREATE TABLE IF NOT EXISTS `mod_billingextensiontos` (`id` int(11) NOT NULL, `tosversion` int(11) NOT NULL, `acceptdate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; |