mysmallbizu,
we are creating a membership area where clients have to order and paid and they get access to the membership pages in whmcs. Like how you did it for tutorial.
How did you transfer the data or information from ordering (order or cart) in whmcs to your custom area for tutorials? Is there an script example?
By the way, love what you did. Excellent work
I'd redownloaded the link provided in the first posting in this thread. Looking at the 2 templates they look the same. did a test with clientareahome.tpl with the {php} insert and it did not work.
Where should I download to get the latest? Also I've got an email notification from Kayako's thread that Varun will be taking over the integration project. to read more, forums.kayako.com/showthread.php?p=65720#post65720.
I tried this but did not work. In whmcs/template/yourtemplate/ for header.tpl and clientareahome.tpl, it was the coding for {php} ... {/php} it did not like.
clientareahome.tpl - line 3 to 35
header.tpl to insert
{php}
require_once("includes/kayako_functions.inc");
{/php}
any suggestions?