Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing required check from newsletter option


Megacalendars

Recommended Posts

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

Archived

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

×
×
  • Create New...