malin Posted September 26, 2018 Share Posted September 26, 2018 I saw some IDC operator's WHMCS. Their clients's product, they can see the bill, and in the bill they can pay it. and in the bill list, the clients can also check the service too. Can you tell me how to make it come true for me? 0 Quote Link to comment Share on other sites More sharing options...
akawi Posted October 15, 2018 Share Posted October 15, 2018 Hi, i need it too, did you find it? Regards 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 15, 2018 Share Posted October 15, 2018 I have no idea of what plugin/module is in use but you can achieve the same goal with a ClientArea action hook. In the hook you'll have to query tblproducts and join results with tblinvoices LIMIT 1 ordered by created DESC. This way you get only the newest / latest invoice related to each product. Once done, you have to edit the tpl of My Products/Services (can't remember the exact name) and add a column in dataTable to show the button that clients can click to open the invoice. 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.