Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

News Letter


glusniffer1

Recommended Posts

Posted

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!!!"

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...