Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

newsletter option selected by default


Guest

Recommended Posts

Posted

many customers don't seem to notice you need to tick the newsletter box to receive the sale offers... so how can i have this ticked by default, but still allow them to untick it if they desire?

 

i want to make this selected by default, only on the account registration page.

Posted

Line should look like this in create_account.php page:

 

<td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1', checked) . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td>

Your online success is Paramount.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...