Temanızın içerisindeki clientareaproducts.tpl
dosyanızı açın:
{foreach from=$services item=service}
yazısını bulun:
altına ekleyin:
{if $service.group=="WHMCS Modülleri"&&$smarty.get.group eq "whmcs-modul"}
// {/foreach} yazısına kadar olan kodlar
{else if $service.group=="Sunucu"&&$smarty.get.group eq "sunucu"}
// {/foreach} yazısına kadar olan kodlar
{else}
// {/foreach} yazısına kadar olan kodlar
{/if}
{whmcs url}/clientarea.php?action=products&group=whmcs-modul
{whmcs url}/clientarea.php?action=products&group=sunucu
diye girince belirli grupları görür sadece.
Teşekkür ederim ustad deniyorum.