Jump to content

Help with bad email template


thebuzzard

Recommended Posts

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

Link to comment
Share on other sites

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}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated