Jump to content

Receive store e.mails checked as default


Guest

Recommended Posts

Greetings.

During the customer registration process, the customer has the option to check a box that says "I would like to receive store e.mails".

This (obviously!) allows a customer to opt in to receiving store e.mails/newsletters. Is there a way to display this page so that this option is already checked by default, thereby giving the customer a choice to opt out, rather than asking them to opt in?

Thanks!

Link to comment
Share on other sites

Guest groove4life

This is easy, I did it for my own store.

Find the reg.tpl file for your skin in skins\yourskin\styleTemplates\content

Find:

<td colspan="2">{LANG_RECIEVE_EMAILS} <input type="checkbox" name="optIn1st" value="1" tabindex="17" {VAL_OPTIN1ST_CHECKED}/></td>

(It may be a bit different for your skin, just search for LANG_RECIEVE_EMAILS})

replace with

<td colspan="2">{LANG_RECIEVE_EMAILS} <input type="checkbox" name="optIn1st" value="1" tabindex="17" {VAL_OPTIN1ST_CHECKED}checked/></td>

Enjoy!

Link to comment
Share on other sites

  • 2 weeks later...
Guest jazzydan58

Can someone tell me if the customer doesnt tick this box will they not receive store emails or will they just not be added to the mailing list?

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...