Jump to content

PolarWolf

Retired Forum Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by PolarWolf

  1. Hi there, This is probably a silly question, but how do I send a e-mail template with hook...say after the client paid? function send_some_template($vars) { *something to send an email template with* } add_hook("InvoicePaid",1,"send_some_template") Regards,
  2. Hi, Thank you for the reply. Until such time as http://forum.whmcs.com/showthread.php?t=17947 is implemented in WHMCS I am unfortunately stuck using the Offline Credit Card method. The problem however is that as I am sure you now, users rarely read what is right in front of their eyes, so even though with Offline CC there is a message that says "Your Offline Credit Card transaction will be processed soon" there is also a "Authorize Now" button, so they keep on trying to authorise the payment despite of the message, hence I end up getting 50 emails that a new offline trasaction has taken place and client wonders why he can't authorize the payment. I get maybe 1 in 50 unsuccessful CC payments so it makes sense just to mark the offline cc paid the moment it is submitted or just remove the "Authorize Now" button on the invoice. The latter I think might cause issues with other gateways. Thanks for reading and please let me know if you have a solution
  3. If anyone is looking to make a few bucks to do this for me let me know.
  4. Hi, I am looking for a way to mark all "Offline Credit Card" payments as "Paid" to moment the customer completes the order. Is the possible with a hook or something? Regards,
  5. SoftDux, does this script require the client to login each month and make the payment manually?
  6. Hi, I was looking for the integration code for bulk register/transfer? The integration code in the WHMCS admin area itself is only for single domain regisration and integration.... Has someone done this? or can someone please assist? regards, PW
  7. Hi, I recently asked Matt about the following: My domain registrar requires that a domain be setup on a server somewhere before the actual registration can be completed. So I need something that the moment the registrar module sends the registration/transfer to the registrar that an actual zone file is created for the domain on the cPanel server. He told me that I can do this with an actionhook and directed me to the documentation on actionhooks. I have absolutely no experience with php. Can someone direct me in the right direction? Best regards,
×
×
  • 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