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
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.
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.
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.
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.
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.