Hello,
1) The hook looks okay for me, can you print the array $order and make sure that the paymentmethod value is saved as "stripe" for the orders using stripe?
2) Another solution is, you can create an addon module to configure the gateways you want to prevent auto accept of orders,
then those orders won't be accepted manually.
Hello,
We can do it for you, please PM me and we can discuss the price.
In the dependency list, we have to add ioncube installation also and we need ioncube for the working of whmcs.
Hello,
On which page you want to display this? You have to calculate this using a hook and then pass those values to the template file.
so you have to use a hook and also you have to modify the template.
I had done this in the past.
Hello,
Thanks a lot for the detailed explanation of the issue with the whmcs credit system. I think I will an adoon module to handle this case,
so when this addon module is installed, it will handle the credit payments as you explained.
You can create departments from the whmcs admin
Go to <your-whmcs-url>/admin/configticketdepartments.php
Then you can assign ticket to a any department of your choice.
You can achieve it by the hook ClientAreaPrimarySidebar. You can add a menu using the function addChild.
Also you can remove the menus from a section using the function removeChild.