Jump to content

ruswein

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by ruswein

  1. 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?
  2. Hi Dennis, thank you very much. I will try it and report.
  3. 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.
  4. 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
  5. 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.
  6. TopLevelDomainAdd TopLevelDomainDelete TopLevelDomainPricingUpdate does not works because fires only if updated manually in admin area
  7. TopLevelDomainAdd TopLevelDomainDelete TopLevelDomainPricingUpdate does not works because fires only if updated manually in admin area
  8. 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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated