This is a discussion on Where to check newsletter checkbox - checked? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I would like to make Newsletter checkbox in new user registration checked by default. Where could I set this. I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I would like to make Newsletter checkbox in new user registration checked by default. Where could I set this. I couldn't find it. THX |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Easy... find this page templates/content/create_account.tpl.php then find this line... between lines 206-212.. Code: <?php echo tep_draw_checkbox_field('newsletter', '1') . '&nbsp;' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?>
Code: <?php echo tep_draw_checkbox_field('newsletter', '1', $checked = true) . '&nbsp;' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?>
regards Chunks |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Additional Checkbox upon checkout ADVICE | seandon01 | osCMax v2 Customization/Mods | 2 | 03-09-2007 11:47 AM |
| gift voucher problem, no checkbox | Sander | osCMax v2 Customization/Mods | 9 | 12-05-2005 01:44 AM |
| Validating Comments + add t & c checkbox in checkout_pay | Rich2005 | osCommerce 2.2 Modification Help | 0 | 06-12-2005 08:05 AM |
| how to see orders placed but not checked out? | pal | osCMax v1.7 Discussion | 1 | 05-04-2005 02:52 PM |
| Welcome Newsletter | bobbiejames | osCommerce 2.2 Modification Help | 0 | 06-14-2004 08:41 AM |