Viewing File: /usr/local/cpanel/etc/icontact_templates/Check/DomainRecommendationsStore.html.tmpl
[%#
Variables passed in:
origin - the system component that originated the action
feature_lists_html - pre-built, already-escaped HTML fragment naming the affected feature lists
doc_url - documentation link for configuring the WHMCS connection
message - the notification body (panel.ini overridable, localized default)
For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates
-%]
[%
PROCESS "include/colors.tmpl";
PROCESS "include/styles.tmpl";
WRAPPER 'wrapper/main.html.tmpl';
NOTICE.email_reason = CPANEL.locale.maketext('The “[asis,Domain Recommendation] [output,amp] [asis,Purchase]” feature is enabled but the [asis,WHMCS] store is unreachable.');
%]
<p>
[% NOTICE.message.html() %]
</p>
[%# feature_lists_html is a pre-built, already-escaped HTML fragment (intro line plus a
bulleted, italic list of up to five affected feature lists); inject it verbatim. -%]
[% NOTICE.feature_lists_html %]
<p>
[% CPANEL.locale.maketext('For instructions on configuring the [asis,WHMCS] connection, read the [output,url,_1,documentation,target,_blank].', NOTICE.doc_url) %]
</p>
[% END %]
Back to Directory