gbotica Posted November 5, 2015 Share Posted November 5, 2015 Hi, With WHMCS 6, Six theme, the Product Details page has a large icon in a box -- is there a way to change these for given product groups / types? Thanks in advance for your assistance. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 5, 2015 Share Posted November 5, 2015 With WHMCS 6, Six theme, the Product Details page has a large icon in a box -- is there a way to change these for given product groups / types? it already does show icons for different product types... taken from six/clientareaproductdetails.tpl <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-{if $type eq "hostingaccount" || $type == "reselleraccount"}hdd-o{elseif $type eq "server"}database{else}archive{/if} fa-stack-1x fa-inverse"></i> </span> it will show different font awesome icons depending on whether it's a hosting, server or other account... if you wanted to change the icon based on product groups, then you could check the value of $groupname in your {if} statement. 0 Quote Link to comment Share on other sites More sharing options...
gbotica Posted November 5, 2015 Author Share Posted November 5, 2015 Of course! Apologies ... I should have been able to figure that out. Thanks very much. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.