thebuzzard Posted August 25, 2017 Share Posted August 25, 2017 Hi All: After upgrading from 6 to 7 I have noticed our "Upcoming Domain Renewal Notice" is not including any of the required data. Can anyone please post the actual embed code that is in that template in WHMCS 7? What I have that is not working is this: {if $days_until_expiry}The domain(s) listed below are due to expire within the next {$days_until_expiry} days.{else}The domain(s) listed below are going to expire in {$domain_days_until_expiry} days. {if $expiring_domains}{foreach from=$expiring_domains item=domain}{$domain.name} - {$domain.nextduedate} ({$domain.days} Days) {/foreach}{else}{if $domains}{foreach from=$domains item=domain}{$domain.name} - {$domain.nextduedate} {/foreach}{else}{$domain_name} - {$domain_next_due_date}{/if}{/if}{/if} Absolutely nothing appears there is the emails that are sent out. Buzz 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 25, 2017 Share Posted August 25, 2017 this is what i'm seeing in a default v7.2.3 email template... Dear {$client_name}, {if $days_until_expiry}The domain(s) listed below are due to expire within the next {$days_until_expiry} days.{else}The domain(s) listed below are going to expire in {$domain_days_until_expiry} days. Renew now before it's too late...{/if} {if $expiring_domains}{foreach from=$expiring_domains item=domain}{$domain.name} - {$domain.nextduedate} ({$domain.days} Days) {/foreach}{elseif $domains}{foreach from=$domains item=domain}{$domain.name} - {$domain.nextduedate} {/foreach}{else}{$domain_name} - {$domain_next_due_date} ({$domain_days_until_nextdue} Days){/if} To ensure the domain does not expire, you should renew it now. You can do this from the domains management section of our client area here: {$whmcs_link} Should you allow the domain to expire, you will be able to renew it for up to 30 days after the renewal date. During this time, the domain will not be accessible so any web site or email services associated with it will stop working. {$signature} 0 Quote Link to comment Share on other sites More sharing options...
thebuzzard Posted August 25, 2017 Author Share Posted August 25, 2017 Thanks!!! I put that code in place and now I'll see if it makes adifference. Appreciate the help. Buzz 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.