Orders Summary - gogetssl/whmcs-addon GitHub Wiki
In order to display GoGetSSL Orders Summary on the Client Area home page:
- Open the file:
your_whmcs/templates/your_template/clientareahome.tpl
- Find the following line:
{foreach from=$addons_html item=addon_html}
- Add this code above that line:
{$sslSummaryIntegrationCode}
Please Note: In order to enable load current SSL orders status, please set up a following cron command line (every 4 hours suggested):
1 */4 * * * php -q /var/www/whmcs/modules/addons/GGSSLWHMCS/cron/certificateStatsLoader.php
The fragment of the clientareahome.tpl
file with the integration code correctly
placed:
For statistics to be up to date, you must configure the Cron task associated with the SSL Orders Summary section. To do this, follow the path: "WHMCS -> "Addons" -> "SSLCENTER WHMCS" -> "Configuration" After this operation GoGetSSL Orders Summary should be displayed in Client Area: