PDA

View Full Version : Put license key and download link in email?



rmsilver7
01-15-12, 03:02 AM
I'm just setting up my first product that uses the license addon and I am creating a custom welcome email for the product. I was looking at the available merge fields in the email templates screen and I don't see one that will put in the unique license that is created for each order or a direct download link (or direct link to the page that has the download) and I'm wondering if there is a way to do this?

It's a little confusing to tell someone to login to the client area, then click my services, then click view details and then scroll down to the download link and I am trying to streamline.

sparky
01-15-12, 04:18 AM
for the link just use the link button in the editor to add it... something like https://tshosting.com.au/clientarea.php?action=productdetails&id={$service_id}

for the licensekey you can use
Your License Key for {$service_product_name} is {$service_domain}

rmsilver7
01-15-12, 05:24 AM
Awesome, thanks! I will test it all out, but I'm sure it will work :)

Jo_Deve
11-05-12, 12:49 PM
for the link just use the link button in the editor to add it... something like https://tshosting.com.au/clientarea.php?action=productdetails&id={$service_id}

for the licensekey you can use
Your License Key for {$service_product_name} is {$service_domain}
I'm agree with you , it's the best solution for this .