jonium Posted October 14, 2019 Share Posted October 14, 2019 Hello, in order to get the requests of NS cheange from my clients I put the registrar Email to some domain extensions. The problem is that for new registrations an email of "Domain Registration completed" is sent just after the payment but the domain needs to be registered manually... How may I manage this? 0 Quote Link to comment Share on other sites More sharing options...
jonium Posted October 15, 2019 Author Share Posted October 15, 2019 (edited) I thought I could modify the email "Domain Registration Confirmation" as follows: Dear {$client_name}, {if $domain_registrar eq "Email"} This message is to confirm that the registration of your domain name has been started. {else} This message is to confirm that your domain purchase has been successful. {/if} The details of the domain purchase are below: {if $domain_registrar != "Email"} Registration Date: {$domain_reg_date} {/if} Domain: {$domain_name} Registration Period: {$domain_reg_period} Amount: {$domain_first_payment_amount} Next Due Date: {$domain_next_due_date} You may login to your client area at {$whmcs_url} to manage your new domain. {$signature} I did a try but it doesn't work, maybe the conditional code in the email template is wrong? Edited October 15, 2019 by jonium 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.