I'm using the following syntax to display the number of active domains and services using the following:
{$clientsstats.numactivedomains}
{$clientsstats.productsnumactive}
However, instead of using {$clientsstats.productsnumactive} to display the number of active services, I want to be able to display the number of active SSL certificates and the number of active hosting services separately. Is this possible?
I appreciate any help with this.