techwthquestion Posted August 14, 2020 Share Posted August 14, 2020 Hello, How can I add a link below addons table which is there on /clientareaservices.php page? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 15, 2020 Share Posted August 15, 2020 20 hours ago, techwthquestion said: How can I add a link below addons table which is there on /clientareaservices.php page? usually for something like this, I think you'd be looking at a jQuery hook, but with a lack of IDs/classes in the code, it's difficult to locate where you want to add the link - possibly you could get the id of the field below and add your link before that... another alternative, might be to use a Admin Language Overrides to add a link to the "Add New Addon" string (which I don't believe is used anywhere else).... $_ADMINLANG['addons']['addnew'] = "Add New Addon<br /><br /><a href=\"https://www.google.com\">Link</a>"; if that link had to be specific per client, then you could add a class/id to the href and use a hook to change what the link should be per product/service/client etc. 0 Quote Link to comment Share on other sites More sharing options...
techwthquestion Posted August 15, 2020 Author Share Posted August 15, 2020 Thank you so much Brian! 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.