Changes

Line 80: Line 80:     
16. Fill in the above information. make sure you add a / of the end of your url's. If you are setting up a trial and wish to select all trial products from the panel select "trial_username". Click save. Your Trial products will now show in the drop down boxes
 
16. Fill in the above information. make sure you add a / of the end of your url's. If you are setting up a trial and wish to select all trial products from the panel select "trial_username". Click save. Your Trial products will now show in the drop down boxes
 +
 +
[[File:step13.jpg|800px]]
 +
 +
17. Note for "trial_username" I have selected the contents of the "Trial_ID" drop down box. If its a trial you must select that drop down box.
 +
 +
[[File:step15.jpg|800px]]
 +
 +
19. If you don't want the user to choose their own username or password you can check these boxes. This will generate a "Numeric" username and password. We did this because people find it easier to read numbers then complex randomly generated alpha, numeric ones.
 +
 +
[[File:step14.jpg|800px]]
 +
 +
20. Because this is a free trial we select "Automatically setup the product as soon as an order is placed" and click save.
 +
 +
[[File:step16.jpg|800px]]
 +
 +
21. For Paid Subscriptions. We select "official_username" for "Line Type". We then select products from the drop down boxes. NOTE: in the previous tab where you added your prices they should match. i.e If you only set Monthly pricing then you will only setup Monthly here.
 +
 +
[[File:step17.jpg|800px]]
 +
 +
21. Because this is a paid subscription we set "Automatically setup the product as soon as the first payment is received". So once whmcs receives payment it will automatically setup the user.
 +
 +
[[File:step18.jpg|800px]]
 +
 +
22. In the next tab "Custom Fields". in the field "Field Name" enter "Username" NOTE: Its starts with a capital U. If the line is for a mac you would enter "MAC" here. NOTE: All in capitals.(if you are setting up a mac in the previous step you would select "official_mac or trial_mac from the "line Type" drop down box.
 +
If you want the user to choose their own username you would check all three boxes. "Required Field" "Show on Order Form" "Show on Invoice".
 +
If you selected "Random Username" in the previous section you will only check. "Required Field" "Show on Invoice"
 +
If you want to use the password generated by XUI make sure in the previous section you have not checked "Random Username" and select "Required Field" "Show on Invoice" here.
 +
 +
23. Click "save" your product has now been setup.
 +
 +
[[File:step19.jpg|800px]]
 +
 +
24. Now we need to setup the Email templates. Go to "System Settings" > "Email Templates". Click "Create New Email Template".
 +
 +
[[File:step20.jpg|800px]]
 +
 +
25. 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]]
 +
 +
26. 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"
 +
 +
 +
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}
 +
 +
25. 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]]
 +
 +
26. 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}