AndreaB Posted November 9, 2015 Share Posted November 9, 2015 Hi there, hope you are all well. I have looked at the documentation and searched the forums but can't figure out how to remove the [edit configuration] links from the cart when there are no configurable options to the prodcuts. It is a usability issue as when you click on it - it leads to an empty page. I do have hosting account products with configurable options in the mix though. But the ones in my 'other product/service' category don't. Links show for all. Any help appreciated. Cheers. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 13, 2015 WHMCS Support Manager Share Posted November 13, 2015 Hi, That's the /templates/orderforms/*your active template*/viewcart.tpl template you'd need to edit, eg: <a href="{$smarty.server.PHP_SELF}?a=confproduct&i={$num}" class="textgreen">[{$LANG.carteditproductconfig}]</a> <a href="#" onclick="removeItem('p','{$num}');return false" class="textred">[{$LANG.cartremove}]</a>< 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.