Jump to content

thewebmaster

Retired Forum Member
  • Posts

    18
  • Joined

  • Last visited

About thewebmaster

thewebmaster's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Have you guys got any idea about the integration of Wells Fargo Payment Gateway within WHMCS? Thanks, AKA
  2. Hey Brain, Thanks for spending your time on my post. Actually I want to send two separate mails. One mail for invoice payment confirmation and another mail to ask the client about their experience on the whole process. For email marketer it will run via cron and I need to send it at the same time when an invoice is marked paid. It would be great if you can help me with the hooks coding. AKA
  3. Hello, I am a newbie and do not know much about programming. I need to send an email to the customer after paying the invoice. I tried to use the hooks but due to less knowledge was not able to get it through. Below is my code and email template which I want to send mail is "Invoice Paid Feedback Mail" <?php function hook_InvoicePaid($vars) { $command = "SendEmail"; $adminuser = "admin"; $values = array( 'messagename' => 'Invoice Paid Feedback Mail',); $results = localAPI($command,$values,$adminuser); } add_hook("InvoicePaid",1,"hook_InvoicePaid"); ?> Please help me in achieving this. Thanks in advance. AKA
  4. I do not know programming except very basic things. Can someone please help me with a custom report generation. I need the below fields in the report. I was able to call the fields from one table but I was not able to call the fields from another table. What I want is as below. Client ID last Name Email City Order ID Date Order Number Payment Method Paid Amount .. and few more. In addition to above I would like to call a custom client field as well in the report. Can anyone please help me with getting this output with a filter of dates. Thanks in advance. TWM
  5. I do not know programming except very basic things. Can someone please help me with a custom report generation. I need the below fields in the report. I was able to call the fields from one table but I was not able to call the fields from another table. What I want is as below. Client ID last Name Email City Order ID Date Order Number Payment Method Paid Amount In addition to above I would like to call a custom client field as well in the report. Can anyone please help me with getting this output with a filter of dates. Thanks in advance. TWM
  6. I also checked the same and it is working fine in a normal php page. However if trying to call that page in joomla it gives error.
  7. I have a website in two parts. 1. Custom Joomla Site, 2. WHMCS Installation Visitors shuffle between joomla and whmcs. Now the thing is once a visitor is logged in to WHMCS and returning to the Joomla pages I want to display on Joomla site the logged in message like "Welcome User First Name". else a link to log in. Can you please share how is it possible. Thanks in advance. TWB
  8. I want to display the order ID as the order number or sequential order no (Do not need 10 digit random order number). Can you guys please tell me how this can be done. Thanks, TWM
  9. Go with Paypal as they are sending payments through NEFT in India. You can also try 2co.com they are also good.
  10. Can somebody help me with the currency format in my whmcs I want the currencies to be like this: xx,xx,xx,xxx.00 There isn't any pre defined configuration is in current whmcs settings.
  11. same with me.. the error is Down for Maintenance An upgrade is currently in progress... Please come back soon...
  12. What are the ways to successful integration of kayako module in whmcs. The default integration provided by Kayako is nor allowing to login from the helpdesk interface. I want the clients to login at helpdesk interface using the whmcs credentials.
  13. Is there any way for automatic creation of forum accounts in vbulletin on a successful signup as a customer in whmcs?
×
×
  • 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