Jump to content

Newsletter Opt-in by default?


Recommended Posts

It should be enough to modify this snippet

					{if isset($newsletter) && $newsletter}
					<div class="checkbox">
						<label for="newsletter">
						<input type="checkbox" name="newsletter" id="newsletter" value="1"{if isset($guestInformations) && isset($guestInformations.newsletter) && $guestInformations.newsletter} checked="checked"{/if} autocomplete="off"/>
						{l s='Sign up for our newsletter!'}</label>
						{if array_key_exists('newsletter', $field_required)}
							<sup> *</sup>
						{/if}
					</div>
					{/if}

In order-opc-new-account.tpl. THat's for the opc, I can't remember the other one off the top of my head

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...