Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. ID {$client_id}
  2.  
  3. Client Name {$client_name}
  4.  
  5. First Name {$client_first_name}
  6.  
  7. Last Name {$client_last_name}
  8.  
  9. Company Name {$client_company_name}
  10.  
  11. Email Address {$client_email}
  12.  
  13. Address 1 {$client_address1}
  14.  
  15. Address 2 {$client_address2}
  16.  
  17. City {$client_city}
  18.  
  19. State/Region {$client_state}
  20.  
  21. Postcode {$client_postcode}
  22.  
  23. Country {$client_country}
  24.  
  25. Phone Number {$client_phonenumber}
  26.  
  27. Password {$client_password}
  28.  
  29. Signup Date {$client_signup_date}
  30.  
  31. Credit Balance {$client_credit}
  32.  
  33. Card Type {$client_cc_type}
  34.  
  35. Card Last 4 {$client_cc_number}
  36.  
  37. Expiry Date {$client_cc_expiry}
  38.  
  39. Remote Gateway Token {$client_gateway_id}
  40.  
  41. Client Group ID {$client_group_id}
  42.  
  43. Client Group Name {$client_group_name}
  44.  
  45. Total Due Invoices Balance {$client_due_invoices_balance}
  46.  
  47. Custom Fields (Array) {$client_custom_fields.1}
  48.  
  49. Status {$client_status}
  50.  
  51.  
  52.  
  53.  
  54.  
  55. Product/Service Related
  56.  
  57. Order ID {$service_order_id}
  58.  
  59. ID {$service_id}
  60.  
  61. Signup Date {$service_reg_date}
  62.  
  63. Product Name {$service_product_name}
  64.  
  65. Product Description {$service_product_description}
  66.  
  67. Domain {$service_domain}
  68.  
  69. Config. Options {$service_config_options}
  70.  
  71. Server Name {$service_server_name}
  72.  
  73. Server Hostname {$service_server_hostname}
  74.  
  75. Server IP {$service_server_ip}
  76.  
  77. Dedicated IP {$service_dedicated_ip}
  78.  
  79. Assigned IPs {$service_assigned_ips}
  80.  
  81. Nameserver 1 {$service_ns1}
  82.  
  83. Nameserver 2 {$service_ns2}
  84.  
  85. Nameserver 3 {$service_ns3}
  86.  
  87. Nameserver 4 {$service_ns4}
  88.  
  89. Nameserver 1 IP {$service_ns1_ip}
  90.  
  91. Nameserver 2 IP {$service_ns2_ip}
  92.  
  93. Nameserver 3 IP {$service_ns3_ip}
  94.  
  95. Nameserver 4 IP {$service_ns4_ip}
  96.  
  97. Payment Method {$service_payment_method}
  98.  
  99. First Payment Amount {$service_first_payment_amount}
  100.  
  101. Recurring Payment {$service_recurring_amount}
  102.  
  103. Billing Cycle {$service_billing_cycle}
  104.  
  105. Next Due Date {$service_next_due_date}
  106.  
  107. Status {$service_status}
  108.  
  109. Suspend Reason {$service_suspension_reason}
  110.  
  111. Cancellation Type {$service_cancellation_type}
  112.  
  113. Username {$service_username}
  114.  
  115. Password {$service_password}
  116.  
  117. Custom Fields (Array) {$service_custom_fields.1}
  118.  
  119.  
  120.  
  121.  
  122.  
  123. Domain Related
  124.  
  125. Order ID {$domain_order_id}
  126.  
  127. Signup Date {$domain_reg_date}
  128.  
  129. Domain {$domain_name}
  130.  
  131. SLD (yourdomain) {$domain_sld}
  132.  
  133. TLD (com) {$domain_tld}
  134.  
  135. Reg Period {$domain_reg_period}
  136.  
  137. First Payment Amount {$domain_first_payment_amount}
  138.  
  139. Recurring Amount {$domain_recurring_amount}
  140.  
  141. Next Due Date {$domain_next_due_date}
  142.  
  143. Expiry Date {$domain_expiry_date}
  144.  
  145. Registrar {$domain_registrar}
  146.  
  147.  
  148.  
  149. 'Days Until Expiry' and 'Days Until Next Due' will show 0 if the date has passed.
  150.  
  151. 'Days After Expiry' and 'Days After Next Due' should be used if the date has passed.
  152.  
  153. Days Until Expiry {$domain_days_until_expiry}
  154.  
  155. Days Until Next Due {$domain_days_until_nextdue}
  156.  
  157.  
  158.  
  159. 'Days After Expiry' and 'Days After Next Due' will only be defined if the date has passed.
  160.  
  161. Days After Expiry {$domain_days_after_expiry}
  162.  
  163. Days After Next Due {$domain_days_after_nextdue}
  164.  
  165. Status {$domain_status}
  166.  
  167. DNS Management {$domain_dns_management}
  168.  
  169. Email Forwarding {$domain_email_forwarding}
  170.  
  171. ID Protection {$domain_id_protection}
  172.  
  173. Auto Renew Disabled {$domain_do_not_renew}
  174.  
  175.  
  176.  
  177.  
  178.  
  179. Support Ticket Related
  180.  
  181. ID {$ticket_id}
  182.  
  183. Department {$ticket_department}
  184.  
  185. Date Opened {$ticket_date_opened}
  186.  
  187. Subject {$ticket_subject}
  188.  
  189. Message {$ticket_message}
  190.  
  191. Status {$ticket_status}
  192.  
  193. Priority {$ticket_priority}
  194.  
  195. Ticket URL {$ticket_url}
  196.  
  197. Ticket Link {$ticket_link}
  198.  
  199. Auto Close Time {$ticket_auto_close_time}
  200.  
  201. Knowledgebase Auto Suggestions {$ticket_kb_auto_suggestions}
  202.  
  203.  
  204.  
  205.  
  206.  
  207. Invoice Related
  208.  
  209. Invoice ID {$invoice_id}
  210.  
  211. Invoice # {$invoice_num}
  212.  
  213. Date Created {$invoice_date_created}
  214.  
  215. Due Date {$invoice_date_due}
  216.  
  217. Date Paid {$invoice_date_paid}
  218.  
  219. Invoice Items (Array) {$invoice_items}
  220.  
  221. Invoice Items HTML {$invoice_html_contents}
  222.  
  223. Sub Total {$invoice_subtotal}
  224.  
  225. Tax {$invoice_tax}
  226.  
  227. Tax Rate {$invoice_tax_rate}
  228.  
  229. Credit {$invoice_credit}
  230.  
  231. Total {$invoice_total}
  232.  
  233. Amount Paid {$invoice_amount_paid}
  234.  
  235. Balance {$invoice_balance}
  236.  
  237. Last Payment Amount {$invoice_last_payment_amount}
  238.  
  239. Last Payment Trans ID {$invoice_last_payment_transid}
  240.  
  241. Payment Method {$invoice_payment_method}
  242.  
  243. Payment Link {$invoice_payment_link}
  244.  
  245. Subscription ID {$invoice_subscription_id}
  246.  
  247. Status {$invoice_status}
  248.  
  249. Invoice Link {$invoice_link}
  250.  
  251. Previous Balance {$invoice_previous_balance}
  252.  
  253. Total Due Invoices Balance {$invoice_total_balance_due}
  254.  
  255. Notes {$invoice_notes}
  256.  
  257.  
  258.  
  259.  
  260.  
  261. Other
  262.  
  263. Company Name {$company_name}
  264.  
  265. Domain {$company_domain}
  266.  
  267. Logo URL {$company_logo_url}
  268.  
  269. WHMCS URL {$whmcs_url}
  270.  
  271. WHMCS Link {$whmcs_link}
  272.  
  273. WHMCS Admin URL {$whmcs_admin_url}
  274.  
  275. WHMCS Admin Link {$whmcs_admin_link}
  276.  
  277. Marketing Unsubscribe URL {$unsubscribe_url}
  278.  
  279. Signature {$signature}
  280.  
  281. Full Sending Date {$date}
  282.  
  283. Full Sending Time {$time}
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Conditional Display
  290.  
  291. You can use conditionals to display text based on other values - for example:
  292.  
  293.  
  294.  
  295. {if $ticket_department eq "Sales"}
  296.  
  297. Sales only operates Monday-Friday 9am-5pm
  298.  
  299. {else}
  300.  
  301. Your ticket has been received and will be answered shortly
  302.  
  303. {/if}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement