Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

the create account, how to tick the newsletter box and customer can untick if don't want


Guest

Recommended Posts

Posted

i like to put the newsletter option ticked and if the customer does not want it they can untick it

regards

 

in the create_account.php

regards thanks again

Posted
i like to put the newsletter option ticked and if the customer does not want it they can untick it

regards

 

in the create_account.php

regards thanks again

 

Find where it has the tep_draw_checkbox_field, and change it from

tep_draw_checkbox_field('newsletter', '1')

to

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

 

And that should do it. If not, try true with quotes.

Posted

cheers

 

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

 

worked thanks a lot !

  • 3 weeks later...
Posted

HI

 

This doesn't work for me does anyone know another method??

 

I've tried these with and without quotes:

 

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

 

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

 

Thanks!!

Posted

Instead of 'true' try '1'.

 

Strange it shouldnt work for you though. I thought we was all using the same system here! :)

Posted
Instead of 'true' try '1'.

 

Strange it shouldnt work for you though. I thought we was all using the same system here! :)

 

Just worked for me - aren't search functions great?

 

I would be lost without these forums - thanks to all that contribute.

Geoff

 

Telegraph Point 2441

Australia

Archived

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

×
×
  • Create New...