Jump to content

itoverblik

Member
  • Posts

    20
  • Joined

  • Last visited

About itoverblik

Recent Profile Visitors

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

itoverblik's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Have anyone tried the Domain Offers product? I can see that it is compatible with WHMCS 7.4 and seems to have the possibility we are searching for. - Tim
  2. Hi, I am not able to download the ZIP file, keeps saying I have to login, even though I am logged in already, strange!? Strange, now it worked Just what I was searching for, thx a lot.
  3. Hi Brian You are properly right. I had a support case with WHMCS and they told me it was possible to solve the EAN email sending when creating a new invoice using a normal action hook. But I am not that into the action hook stuff and therefore I tried to get some help about that option. Regarding the late fee on the third reminder, I could do it myself by adding the fee myself, hopefully not that big an issue. But the EAN stuff, could be nice to get solved automatically so when a new customer within the government, school system or likewise creates and order I don't have to remember to do it manually by downloading the PDF invoice and sending it using my normal mail client - Tim
  4. Hi Brian Not in this case. The email template hold the correct domain name, such as täst.de but it doesn't show the IDN name and I just want to show the client what the IDN domain is as well. I can't tell them that mail will work as brian@täst.de it needs to show brian@xn-etc.de. - Tim
  5. To WHMCS Community The WHMCS late fee system doesn't really play ball. In Denmark you are allowed to add a late fee of 100,- DKK for each reminder of a total of 2 late fee's including 4% of the total amount before sending in to collection. The WHMCS system only allow for either a fix number or a percentage and only once. So I need help to add an extra late fee when the third overdue reminder is being generated as an action hook. I am not a mastermind regarding the action hook system so I need some help to accomplish this. I look forward to hear from anyone regarding the above. Thanks in advance. - Tim
  6. So nobody uses multiple domain registrars with different nameservers instead of using WHMCS Default Name Servers?
  7. To WHMCS Community. I have been trying to find a post on how to add space between the amount and currency symbol, but failed to do so. Therefore I am writing this post. Currently the amount and currency symbol is next to each other. A space between would be easier to be read it. Secondly, I would also like to re position it to be left aligned instead of centered. Please see attached image on how it looks today. Image is from an development / UAT environment. Thanks in advance for your help and input. - Tim
  8. Hi Brian To understand the Smarty Security Policy, I would need to add the following to my configuration file to be able to use the idn_to_ascii within the email templates. // Smarty custom email based template policy: $smarty_security_policy = array( 'mail' => array( 'php_functions' => array( 'idn_to_ascii', ), ), ); - Tim
  9. Hi Brian Just what I needed, it works fine with the page of as mentioned in the other forum post Now I will try to get it working with the stuff I wanted to use with these files, currently unknown and forgotten, it might get back to me, LOL. Another question Brian. How do add a code to the invoicepdf.tpl so that it make a page break to be able to add our business terms on a new page within the PDF file? - Tim
  10. To WHMCS Community I need help to create an action hook for email generated invoice when specific payment option has been selected. Let's say I have the following payment options. Credit Card EAN Payment When EAN payment has been selected as payment option, the action hook should be activated sending an extra email with the attached PDF to a designated email recipient. The action hook should only be activated on the invoice creation, not on invoice reminders or invoice payment notifications etc. Can anyone help me create this action hook? Thanks in advance. - Tim
  11. Hi all No one able to help me with an action hook to accomplish an extra email to be sent to a specific recipient when the EAN payment option has been selected? - Tim
  12. Hi John Thanks for your reply, I didn't see your reply due to missing notifications. I will get back to you with screenshots. What I meant with corrupt PDF is that it get's created but when I tries to open the PDF file Adobe Reader drops an error saying the file is corrupt. - Tim
  13. Hi Brian Thanks for the input, didn't see it due to missing notifications of new posts on my threads I will look at it and see if I can get it to work - Tim
  14. Hi All Stumbled upon this old post. I want to add the following PHP code to an email template I have. The code convert an unicode domain name domain to an IDNA ASCII-compatible format. When I add the code to the template I just get an error, so I suspect I am doing it wrongly. {php} echo idn_to_ascii('$service_domain'); {/php} I have pasted an example below. <?php echo idn_to_ascii('täst.de'); ?> Gives the output : xn--tst-qla.de I look forward to hear from you. - Tim
  15. To WHMCS forum members I am trying to understand the header & footer options within the invoicepdf.tpl file. As mentioned in KB http://docs.whmcs.com/PDF_Invoice_Customisation it should be straight forward. But when I have created the invoicepdffooter.tpl file and added standard PHP or HTML code within the PDF file is corrupt. What syntax should I use and where do I see some examples so that I can get an idea on how to handle it? Thanks in advance - Tim
×
×
  • 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