Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newsletter Subscribe


Alexian

Recommended Posts

Posted
How can i put the option " Newsletter" on subscribe as a default. And not *NOT*subscribed at the registering page.

 

in create_account.php

 

find

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

 

replace with

 

<td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1','',true) . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td>

 

This has not been tested !!

Its Only Me

Alex

Posted

take a look at this post :friendly newsletter

MS2 2.2 fr + Manufacturer copy (5 manufacturers - modified to make it works) + More pics 6 + FCK Editor + zones shipping (modified without weight) + My contribution : Shopping Cart Management for Unique Products

 

I apologize in advance for my poor English I'm French !

Posted

thanx adultsm. But it did not work. However the link wich buzuc gave, there was the sellusion. Thanx guys for your affort ~ !!

Archived

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

×
×
  • Create New...