<% If strContactName <> "" Then %>
- You are logged in as <%= strContactName %><% If strCompanyName <> "" Then %>, from <%= strCompanyName %><% End If %>.
<% Else %>
- You are logged in as <%= strCompanyName %>.
<% End If %>
<% If blnDealerExists Then %>
- Your account is linked to the following Dealer - [ <% If strDealerContactName <> "" Then %><%= strDealerContactName %> / <% End If %><%= strDealerCompanyName %> ]
<% Else %>
- Please email Sage Pastel at [email protected] should you require any assistance or information.
<% End If %>
<% If (strPCIndicator = "IC" Or strPCIndicator = "IAF" Or strPCIndicator = "ICE" Or strPCIndicator = "ICS" Or strPCIndicator = "IF" Or strPCIndicator = "IU") And CDate(strContractEndDate) >= CDate(strDate) Then %>
- Your current Sage Pastel Package is registered until <%= strRegEndDate %>.
- Your Cover Contract is currently valid until <%= strContractEndDate %>. To renew your cover contract please contact your local Business Partner or email [email protected].
<% Else %>
- Your current Sage Pastel Package is registered until <%= strRegEndDate %>.
- You currently do not have an active Cover Contract. To become a member of the Sage Pastel Cover program please contact your local Business Partner or email [email protected]. As a Sage Pastel Cover customer you will be entitled to FREE software updates and upgrades as well as access to the Sage Pastel Cover Zone. Access to this Zone provides you with exclusive access to a range of information regarding your Sage Pastel software product and online services to assist, support and advise you in the optimal use of your software. The information included in the Customer Zone is only available to Sage Pastel Cover Subscription customers.
<% End If %>
|