Megacalendars Posted November 4, 2008 Share Posted November 4, 2008 Hello, Currently our web site has the newsletter option forced with a check mark in the box when a new customer account is created. Does anybody know how to remove the forced check mark from the box? https://www.megacalendars.com/create_account.php Thanks, David. Link to comment Share on other sites More sharing options...
Megacalendars Posted November 4, 2008 Author Share Posted November 4, 2008 I found the how to fix this issue, just needed to edit: ../templates/create_account.tpl.php <td class="main"><?php echo ENTRY_NEWSLETTER; ?></td> <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1', false) Just switched the word 'true' to 'false' as shown above. Link to comment Share on other sites More sharing options...
FIMBLE Posted November 4, 2008 Share Posted November 4, 2008 Well done and thanks for posting your fix, it will help others :- ) Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.