xelax Posted October 3, 2011 Posted October 3, 2011 Can anyone tell me how to change the default newsletter setting from 'unsubscribed' to 'subscribed', when some creates an accout? Thanks!
♥14steve14 Posted October 3, 2011 Posted October 3, 2011 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
xelax Posted October 3, 2011 Author Posted October 3, 2011 14steve14, Brilliant, thanks, that's done it! All the best! Alex
Recommended Posts
Archived
This topic is now archived and is closed to further replies.