Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how can i remove the "newsletter functions" from oscommerce


herot

Recommended Posts

as i have an external way of sending newletters... i dont want my customers trying to sign up using the oscommerce newsletter function... how can i disable it so that they do not have the option?

Did you get rid of the voices in your head? Do you now miss them and the things that they said?

-David Gilmour

Link to comment
Share on other sites

as i have an external way of sending newletters... i dont want my customers trying to sign up using the oscommerce newsletter function... how can i disable it so that they do not have the option?

 

 

I asked this same question to someone this past week and they responded that there was no backend control panel function for turning this on and off. You have to open the php file and comment that line out or delete it altogether. I deleted it and it worked fine.

Link to comment
Share on other sites

I asked this same question to someone this past week and they responded that there was no backend control panel function for turning this on and off. You have to open the php file and comment that line out or delete it altogether. I deleted it and it worked fine.

Link to comment
Share on other sites

I asked this same question to someone this past week and they responded that there was no backend control panel function for turning this on and off. You have to open the php file and comment that line out or delete it altogether. I deleted it and it worked fine.

in which file/files would i do this please?

Did you get rid of the voices in your head? Do you now miss them and the things that they said?

-David Gilmour

Link to comment
Share on other sites

All you have to do is go to the root folder where osCommerce resides and open up create_account.php.

 

Then look at the HTML code where it references "newsletter" and delete line that out of the table. I would remove that row all together.

 

You can do it in code view or open up Design View in Dreamweaver and just delete the little PHP icon that references "newsletter" in the property inspector.

Link to comment
Share on other sites

All you have to do is go to the root folder where osCommerce resides and open up create_account.php.

 

Then look at the HTML code where it references "newsletter" and delete line that out of the table. I would remove that row all together.

 

You can do it in code view or open up Design View in Dreamweaver and just delete the little PHP icon that references "newsletter" in the property inspector.

but that alone wont get rid of it from the "my account" screen will it??? wont that just take it out of the create account page?

Did you get rid of the voices in your head? Do you now miss them and the things that they said?

-David Gilmour

Link to comment
Share on other sites

All you have to do is go to the root folder where osCommerce resides and open up create_account.php.

 

Then look at the HTML code where it references "newsletter" and delete line that out of the table. I would remove that row all together.

 

You can do it in code view or open up Design View in Dreamweaver and just delete the little PHP icon that references "newsletter" in the property inspector.

could someone elaborate on voxmaris' code please?

Did you get rid of the voices in your head? Do you now miss them and the things that they said?

-David Gilmour

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...