Hello,
i need some help with idevaffiliate optional variables in clients/templates/orderforms/default/complete.tpl file,
how to get
{customer_name}
{email_address}
{product_purchased}
variables in that file,
Thanks
Hello,
i need some help with idevaffiliate optional variables in clients/templates/orderforms/default/complete.tpl file,
how to get
{customer_name}
{email_address}
{product_purchased}
variables in that file,
Thanks
From the docs...
"You can use variables including {$orderid} {$ordernumber} and {$amount} where necessary to fill in order details."
The way that read led me to believe there would be other options as well, but after emailing WHMCS support they told me those were the only three.
"Those three are the only variables available on the complete.tpl file, you can use these to query the database to obtain information."
Personally, I think it would be nice if they expanded this, but at least the order # gets passed through to iDev so you can cross reference later.
Thanks, for the info, will try that