Looks like you can even do it directly from the registrar module.
https://developers.whmcs.com/domain-registrars/extending-further/
I could send the values to domainregister.tpl with a custom function?
Does anyone know this or has possibly already tested?
Hi Dennis,
thank you for you reply.
Currently it is solved exactly like this. But it is not very elegant and not the only problem. Besides the setup fee here, there are also update costs.
So I have to reorganize the price table completely.
Hello all,
I hope you are all well.
I need manipulate output for tld's table generated by
cart.php?a=add&domain=register
Reason: my domain registrar charges a setup fee for some TLD's.
I edited the template files and added additional column for that (see attached file).
What I need now is to know how I can fill this table with values.
Values stored allready in db (writing while tld sync).
Can I hook into process and add setup fees bevore it going to display?
Thx in advance
What registrar module do you use? Is it a self developed one? If yes you can just extend module sync function and perform you check and register actions here.
Greetings,
I need to perform some actions on the database every time my domain registrar tld sync is completed (registrar module developed by me self).
I looked in the hook index and found nothing I can use. But maybe I just searched badly.
Does anyone know the possibility how i could do this?