Jump to content

hotirish99

Member
  • Posts

    11
  • Joined

  • Last visited

About hotirish99

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hotirish99's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I want to use a custom template to display the domain admin details for a custom Registrar module. I've taken a look at the custom template documentation page at https://docs.whmcs.com/Working_with_Module_Templates, which says the template should either go in the module folder or the relevant subfolder in the main template folder. I've tried duplicating the standard clientareadomaincontactinfo.tpl file in both of these directories and I've also tried assigning a template by using return array( 'templatefile' => "contact", 'vars' => array('error' => $error, 'success' => $success, 'values' => $values), ); in the _GetContactDetails function, but I can't get any of them to work. I'm not getting any errors , do I need to activate custom templates somehow?
  2. I have the same issue and it's showing with every box that uses auto complete, like the top right search box & when moving a service it doesn't display the list of account holders in the drop down menu. Google console shows a 500 error, but nothing in the logs. Deleted and re-uploaded the whole admin area but it's still happening.
  3. I've just gone through the refunds/credits and removed some cancelled transactions. It was throwing it out a bit, but the Tax liability report is now showing me the total VAT due (i.e it's giving me the same total at the VAT MOSS report with all the countries added together). Surely it should only be giving me the totals for the national VAT?
  4. VAT rules for all EU countries are set for level 1 and the EU VAT addon is enabled.
  5. I'm running version 6.3.1 and I've just noticed a discrepancy between the totals between the VAT MOSS & Sales Tax liability reports. I pay national VAT every 4 months and use the Sales Tax liability report to calculate that. However if I use the Sales Tax report to calculate tax from 1 Jan to 31 March and set the VAT MOSS report to Q1, I'm getting different totals. I would expect the VAT total for my home country in the VAT MOSS report would match the Tax Level 1 Liability in Sales Tax, but it doesn't. Anyone else getting this?
  6. I've searched the forum but can't find any recent reference to it. Is the Domain renewal grace period option working in 6.2? I've added: $DomainRenewalGracePeriods[".ie"] = "45"; to my config file, but it's not working (was working up until 6.2 as far as I know).
  7. Thanks Brian, that's it. For anyone doing a search in future (probably me), it needs to go between the {foreach key=num item=domain from=$domains}{/foreach} section of the template.
  8. I've seen in a couple of threads that people say you can use an 'if' statement to get the tld in configuredomains.tpl. Anyone know what the statement is? Smarty debug doesn't seem to show the tld.
×
×
  • 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