Bidi Posted December 14, 2021 Share Posted December 14, 2021 (edited) Hello guys, I`m looking for a solution to delete a product from customers. I have some product witch we dont sell any more and we whant to clean/delete them from ower WHMCS even from the product and even from customers. I was looking for some modules but i didnt found one, dose anyone have any ideea how can i make this ? a module or true phpmyadmin ? If i make this manualy, one by one, i think it will takes me around 3-6 mo 🙂 Thank you. Edited December 14, 2021 by Bidi 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted December 16, 2021 Share Posted December 16, 2021 What is the end goal? That is, do you want to delete just so you / the client doesn't see those services in lists? There isn't an API call for that and so would have to be some internal call if it can be found. Though, if we are just concerned with the service, I suppose deleting from database model may work.  That will leave orphan entries around in like tickets, invoice item entries, and other such places that services were selected and that may or may not cause issues. Instead of deleting records, using a hook for at least the client side to hide those services would provide the same result.  I am sure there is a hook laying around here somewhere that would work still.  Admin side would be a bit more of a challenge because not as many hook points and areas you can tweak. 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.