Community Add-Ons

Maintainers: vtoss
Add file to this package
Top » Other

Newsletter Opt out
for osCommerce Online Merchant v2.2

Simple change that sets Newsletter checkbox to checked so that New Customers must actually opt out if they do not wish to receive it

Legend:  Download   Report
Expand All / Collapse All
A better aproach to Newsletter Opt out - deixar a opção receber newsletter selecionada por padrão apopular 9 Feb 2008  

english

There is no need to modify any files to achieve the checkbox selected by default.

Find in the original create_acount.php file:
tep_draw_checkbox_field('newsletter', '1')

And set the third parameter to true (it is set to false by default in the html_output.php)... in other words, replace the previous with:
tep_draw_checkbox_field('newsletter', '1',true,'checked')

Is that simple.

the package have the same text


===============================================================================

Português


Não precisa modificar 3 arquivos só para colocar a caixinha de newsletter como
selecionmada basta editar o codigo do arquivo create_account.php

encontre este codigo:

tep_draw_checkbox_field('newsletter', '1')

e substitua por:

tep_draw_checkbox_field('newsletter', '1',true,'checked')

é isto ,simples assim.

O arquivo pra download contem o mesmo texto

A better aproach to Newsletter Opt out JuanNavarro 29 Dec 2007  
Norwegian rules jkf007 29 Sep 2006  
UK Opt-in / Opt-out Rules Antonimo 27 Sep 2006  
Update bonzzai 25 Oct 2005  
Warning Added vtoss 16 Oct 2005  
Newsletter Opt out vtoss 14 Oct 2005