jeebee123 Posted August 26, 2020 Share Posted August 26, 2020 (edited) Hi, So on the configure domain page (cart.php?a=confdomains) there isn't a delete button to delete a domain from your cart. Is there a reason for it? Or is it possible to enable this? Edited August 26, 2020 by jeebee123 Add image 0 Quote Link to comment Share on other sites More sharing options...
jeebee123 Posted September 3, 2020 Author Share Posted September 3, 2020 Anyone? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 3, 2020 Share Posted September 3, 2020 On 26/08/2020 at 11:26, jeebee123 said: Is there a reason for it? probably the usual WHMCS reason - it's the way that it's always been. 😕 On 26/08/2020 at 11:26, jeebee123 said: Or is it possible to enable this? not from admin settings, though you could modify the configuredomains.tpl template - either directly, or possibly with a hook depending on where you want to add the remove option (yeah I can see where that is on the above screenshot, but that's a custom template and I don't know the specific underlying template code or whether you could locate that specific spot with a hook). ultimately, the solution should just include adding a link to the template, inside the relevant foreach loop, either with a FA icon (or image)... <a href="cart.php?a=remove&r=d&i={$num}"><i class="fas fa-times" style="color: red;"></i></a> or a language string... <a href="cart.php?a=remove&r=d&i={$num}">{$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.