Orders Summary - gogetssl/whmcs-addon GitHub Wiki

Integration GoGetSSL Orders Summary with Client Area

In order to display GoGetSSL Orders Summary on the Client Area home page:

  1. Open the file: your_whmcs/templates/your_template/clientareahome.tpl
  2. Find the following line: {foreach from=$addons_html item=addon_html}
  3. 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:

alt text

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:

alt text

⚠️ **GitHub.com Fallback** ⚠️