<%= __('Customers can subscribe to the "WooCommerce Customers" list via a checkbox on the checkout page.') %>

checked="checked"<% endif %> >

<%= __('This is the checkbox message your customers will see on your WooCommerce checkout page to subscribe to the "WooCommerce Customers" list.') %>

" class="regular-text" />

<%= __('The checkbox opt-in message cannot be empty.') %>

<%= __('Subscribe all my past customers to this list because they agreed to receive marketing emails from me.') %>

checked="checked"<% endif %> > <# Our settings is stupid: We cannot use a simple checkbox with a simple name. The name must be an array. We are using `$.serializeArray` and that ignores empty values. So if the checkbox is not checked it is not sent to the server and not saved. For that reason we need the hidden field which is always sent to server and if the checkbox is not set it will rewrite the array in the database using only the dummy field. #>

<%= _x('If you enable this option, MailPoet will use browser cookies for more precise WooCommerce tracking. This is practical for abandoned cart emails for example.', 'Browser cookies are data created by websites and stored in visitors web browser') %>

checked="checked"<% endif %> >