Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newsletter Option to Free Magazine Option?


TooMuch2

Recommended Posts

Posted

I am looking to change my Newsletter selection to say Free Magazine instead. How do I change newsletter in all it's places to say Free Magazine.

 

This is so that my customers can sign up and request a catalog for delivery.

 

Thanks in advance. :D

Posted

catalog/includes/languages/english.php

/english/account_newsletters.php

/english/account.php

 

admin/includes/languages/english.php

/english/mail.php

/english/newsletters

/english/modules/newsletter/newsletter.php

/english/modules/newsletters/product_notifications.php

 

I think thats about it :unsure:

 

Matti

Posted

In your osCommerce admin, go to Tools -> Define Langauges -> and then english.php, scroll down until you find

 

define('BOX_TOOLS_NEWSLETTER_MANAGER', 'Newsletter Manager');

 

and change it to

 

define('BOX_TOOLS_NEWSLETTER_MANAGER', 'Magazine Subscription');

 

or something similar. Further on down you'll find

 

define('ENTRY_NEWSLETTER', 'Newsletter:');

define('ENTRY_NEWSLETTER_YES', 'Subscribed');

define('ENTRY_NEWSLETTER_NO', 'Unsubscribed');

define('ENTRY_NEWSLETTER_ERROR', '');

 

Change these to say whatever you want. No need to change any other files. All done. Vger

Posted
catalog/includes/languages/english.php

/english/account_newsletters.php

/english/account.php

 

admin/includes/languages/english.php

/english/mail.php

/english/newsletters

/english/modules/newsletter/newsletter.php

/english/modules/newsletters/product_notifications.php

 

I think thats about it :unsure:

 

Matti

Thanks a bunch. I will check those out and see how to change the info whithout damaging my site. :rolleyes:

Posted
In your osCommerce admin, go to Tools -> Define Langauges -> and then english.php, scroll down until you find

 

define('BOX_TOOLS_NEWSLETTER_MANAGER', 'Newsletter Manager');

 

and change it to

 

define('BOX_TOOLS_NEWSLETTER_MANAGER', 'Magazine Subscription');

 

or something similar. Further on down you'll find

 

define('ENTRY_NEWSLETTER', 'Newsletter:');

define('ENTRY_NEWSLETTER_YES', 'Subscribed');

define('ENTRY_NEWSLETTER_NO', 'Unsubscribed');

define('ENTRY_NEWSLETTER_ERROR', '');

 

Change these to say whatever you want. All done. Vger

Ok, I will try this info and see what happens. I love Oscommerce and I'm really trying to be a trooper in using it. It's the best.

 

:D

Posted

Hi Matti,

 

I tried your option during a test page and it worked great. I also had to remember to delete space at the end of account.php. I kept getting an error message when going to My account.

 

 

Thanks a bunch. :D

Archived

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

×
×
  • Create New...