Actions

WHMCS Billing Module for XtreamUI: Difference between revisions

No edit summary
No edit summary
Line 136: Line 136:


[[File:Xtreamui14.png|800px]]
[[File:Xtreamui14.png|800px]]
29. Now we need to setup the Email templates. Go to "System Settings" > "Email Templates". Click "Create New Email Template".
[[File:step20.jpg|800px]]
30. For "Email Type" select "Product/Service". NOTE: It will default to "General" make sure to change that to "Product/Service". For "Unique Name" enter "New Account Information" NOTE; it must be called exactly that and is case-sensitive. Click create.
[[File:step21.jpg|800px]]
31. For "Subject" again enter "New Account Information" exactly like that. Change "Font Family" to "Courier New" This will make sure Alpha Numeric characters are show properly i.e l and L. Next paste the below test in and click save. NOTE you can edit this but take Note of the service fields such as {$service_username} etc. The {$service_domain} field is retrieved from the earlier module field "Domain URL"
Dear {$client_name},
Your order for {$service_product_name} has now been activated. Please keep this message for your records.
Product Details are :
Product/Service: {$service_product_name}
Payment Method: {$service_payment_method}
Amount: {$service_recurring_amount}
Billing Cycle: {$service_billing_cycle}
Next Due Date: {$service_next_due_date}
Your M3U is :
NOTE: This is Case Sensitive:
{$service_domain}get.php?username={$service_username}&password={$service_password}&type=m3u_plus&output=ts
Your Electronic Programme Guide is:
{$service_domain}xmltv.php?username={$service_username}&password={$service_password}
Login Details :
Server={$service_domain}
Username :{$service_username}
Password : {$service_password}
Thanks for choosing us.
{$signature}
32. If you use MAG boxes please create a new template with the following as well For "Email Type" select "Product/Service". NOTE: It will default to "General" make sure to change that to "Product/Service". For "Unique Name" enter " New Account Information MAGBOX" NOTE; it must be called exactly that and is case-sensitive. Click create.
[[File:step21.jpg|800px]]
33. For "Subject" again enter " New Account Information MAGBOX" exactly like that. Change "Font Family" to "Courier New" This will make sure Alpha Numeric characters are show properly i.e l and L. Next paste the below test in and click save. NOTE you can edit this but take Note of the service fields such as {$service_username} etc. The {$service_domain} field is retrieved from the earlier module field "Domain URL"
Dear {$client_name},
Your order for {$service_product_name} has now been activated. Please keep this message for your records.
Product Details are :
Product/Service: {$service_product_name}
Payment Method: {$service_payment_method}
Amount: {$service_recurring_amount}
Billing Cycle: {$service_billing_cycle}
Next Due Date: {$service_next_due_date}
Login Details
Portal: {$service_domain}
Your MAC is: {$service_username}
Thanks for choosing us.
{$signature}
34. Proceed back to "Products and Services" and lets configure the "Welcome Emails" for your products. For "Trials" select "New Account Information".
[[File:step22.jpg|800px]]
35. For Paid subscriptions make sure to set the "Welcome Email" to "NONE". When the product is setup it will look for the Template "New Account Information" and send that.
[[File:step23.jpg|500px]]