Jump to content

deBackupProvider

Retired Forum Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by deBackupProvider

  1. Hello, I'm trying to send a product email with the available API $postfields["action"] = "sendemail"; $postfields["messagename"] = "Hosting Account Welcome Email"; $postfields["id"] = "1"; The problem is a product email doesnt get send, but a general is. Is there something I forget or doing wrong? Gerard
  2. Oops, here it is The bold part is where I want to retrieve the orderd id.
  3. Hello, For a remote order form I need to retrieve the orderid from the database to get the order accepted by the available api code. I use the script matt posted here on the forum http://forum.whmcs.com/showthread.php?t=12169&highlight=remote+order+form My question: How can I retrieve the order ID in my form to get the accept order api working: $postfields["action"] = "acceptorder"; $postfields["orderid"] = "ORDERID"; Thanks in advance.
  4. I tryed it, but it doenst work. What I want is the following: I got a product with a username and password, in the product details page I also want to show the server adres with the product username and password.
  5. Hello, I need to show the service server hostname in the product details page. I tried {$service_server_hostname} but that doesnt work. Does anybody knows how to fix this? Gerard.
  6. You can activate them by going in WHMCS to configuration > administrators. Then select the administrator you want to assign to the support department(s). And enable Support Tickets Notifications.
  7. Hello, Is it possible to show the products a client orderd in the client home? I tryed to copy the content from clientareaproducts.tpl to clientareahome.tpl but that doenst work. Anyone got an idea how to do this? Thanks in advance.
×
×
  • 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