Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default Newsletter Settings


xelax

Recommended Posts

Posted

Can anyone tell me how to change the default newsletter setting from 'unsubscribed' to 'subscribed', when some creates an accout?

 

Thanks!

Posted

If using 2.2 open your create_acount.php file and search for something similat to.

 

<td class="main"><?php echo ENTRY_NEWSLETTER; ?></td>

<td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1', 'true')

 

The , 'true' has been added to0 the code

 

If using 2.3.1 look for something similar to

 

<td class="fieldKey"><?php echo ENTRY_NEWSLETTER; ?></td>

<td class="fieldValue"><?php echo tep_draw_checkbox_field('newsletter', '1'

and add , 'true' after the 1.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...