Jump to content

Newsletter page - missing text


Guest larked

Recommended Posts

Guest larked

If I login as a customer, go to My Account and look at the Newsletter page, it asks two questions, 1) subscribe to mailing list? and 2) in which format.

Strangly the text for the options in the first question is missing, i.e. the words 'yes' and 'no'. The buttons are there, just no text.

The second question is fine 'plain text' button and 'html' button.

I have looked in the relevant newsletter.tpl (below) but can't see what might be wrong (though I am a card-carrying-greenhorn so it may well be instantly obvious to you !)

Any ideas anyone?

<!-- BEGIN: newsletter -->

<div class="txtContentTitle">{LANG_NEWSLETTER_TITLE}</div>

<div class="boxContent">

<!-- BEGIN: session_true -->

<p>{LANG_NEWSLETTER_DESC}</p>

<form action="index.php?_a=newsletter" target="_self" method="post">

<table border="0" cellspacing="0" cellpadding="3" align="center">

<tr align="left">

<td colspan="2"><strong>{TXT_SUBSCRIBED}</strong></td>

</tr>

<tr>

<td align="right">{LANG_YES}

<input type="radio" name="optIn1st" value="1" {STATE_SUBSCRIBED_YES} /></td>

<td align="right">

{LANG_NO}

<input type="radio" name="optIn1st" value="0" {STATE_SUBSCRIBED_NO} />

</td>

</tr>

<tr align="left">

<td colspan="2"><strong>{TXT_EMAIL_FORMAT}</strong></td>

</tr>

<tr>

<td align="right">{LANG_TEXT}

<input type="radio" name="htmlEmail" value="0" {STATE_HTML_TEXT} /></td>

<td align="right">

<abbr title="{LANG_HTML_ABBR}">{LANG_HTML}</abbr> <input type="radio" name="htmlEmail" value="1" {STATE_HTML_HTML} />

</td>

</tr>

<tr>

<td>&nbsp;</td>

<td><input name="submit" type="submit" value="{TXT_SUBMIT}" class="txtButton" /></td>

</tr>

</table>

</form>

<!-- END: session_true -->

<!-- BEGIN: session_false -->

<p>{LANG_LOGIN_REQUIRED}</p>

<!-- END: session_false -->

</div>

<!-- END: newsletter -->

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.

×
×
  • Create New...