glusniffer1 Posted February 24, 2004 Share Posted February 24, 2004 Is there a way to disable the news letter? The Hobby Undergound..."For The Pure Hobbyist" Link to comment Share on other sites More sharing options...
ptrau Posted February 24, 2004 Share Posted February 24, 2004 catalog/create_account.php find code and delete it <tr> <td class="main"><?php echo ENTRY_NEWSLETTER; ?></td> <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1') . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> </tr> "Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!" Link to comment Share on other sites More sharing options...
241 Posted February 24, 2004 Share Posted February 24, 2004 better to comment out than delete in case you decide to use at a later date No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
glusniffer1 Posted February 25, 2004 Author Share Posted February 25, 2004 Explain comment out...Mark The Hobby Undergound..."For The Pure Hobbyist" Link to comment Share on other sites More sharing options...
241 Posted February 25, 2004 Share Posted February 25, 2004 take the code given by ptrau <tr> <td class="main"><?php echo ENTRY_NEWSLETTER; ?></td> <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1') . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> </tr> and do this to it <!-- <tr> <td class="main"><?php //echo ENTRY_NEWSLETTER; ?></td> <td class="main"><?php //echo tep_draw_checkbox_field('newsletter', '1') . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> </tr> --> No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.