ScottN Posted April 2, 2020 Share Posted April 2, 2020 Using WHMCS 7.9.1, when a customer purchases a 10 year domain registration, the "Domain Registration Confirmation" email that is sent to the customer includes this line: Registration Period: {$domain_reg_period} Unfortunately, this seems to be limited to 1 digit, as the email that is sent to the customer says: Registration Period: 0 Year/s Anyone else see this and/or have a fix? - Scott 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted April 2, 2020 Share Posted April 2, 2020 Super dirty and fast fix. {if $domain_reg_period == '0'}10{else}{$domain_reg_period}{/if} It embarrasses me 😂 1 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.