ptoone Posted January 29, 2016 Share Posted January 29, 2016 I am trying to disable this feature: http://docs.whmcs.com/Standard_Order_Form_Templates#Using_Feature_Highlights V6.2 does not seem to have the same code as this, any ides on how it can be disabled? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 30, 2016 Share Posted January 30, 2016 I assume in standard_cart/products.tpl, it would be this code... <div class="product-desc"> {if $product.featuresdesc} <p id="product{$product@iteration}-description"> {$product.featuresdesc} </p> {/if} <ul> {foreach $product.features as $feature => $value} <li id="product{$product@iteration}-feature{$value@iteration}"> <span class="feature-value">{$value}</span> {$feature} </li> {/foreach} </ul> </div> 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.