Jump to content

unsubscribe newsletter


Recommended Posts

Hi, I am wondering if anyone knows how to add a unsubscribe link for newsletters? I would like to provide the option for users to unsubscribe the newsletter i sent out to them if they do not want to receive further updates from my online store. I have searched the forum but to no avail, please help. Thanks.

Regards,
Mel

Link to comment
Share on other sites

  • 2 months later...
You must go to the Modules tab and install the "Newsletter block v1.4" in the "Blocks" section. That will add a block in your left column that lets customer subscribe and unsubscribe to your newsletter.


This is fine for subscribing and unsubscribing directly from the website, but what about placing an unsubscribe link in the newsletter, so that subscribers can unsubscribe from within the newletter email without having to go to the website? I would like to be able to do this also.
Link to comment
Share on other sites

You will have to modify the newsletter template located in the mails folder.


Many of us using this forum have very little knowledge of how to write / modify code. So telling us what needs to be done serves absolutely no useful purpose unless it is accompanied by how to do it. Care to share?
Link to comment
Share on other sites

The problem is that the many of you that don't have the knowledge, do not let use who do know that you don't.
I will try to get something for you in a few hours.


LOL If we already had the knowledge, we wouldn't be asking all these dumb questions.
Link to comment
Share on other sites

Well, you could have put your level of knowledge in your post.
Even *I* ask questions from time to time and I have over 10 yrs PHP experience.


I would think my level of knowledge would be clearly revealed in the fact I am a beginner, as shown with every post I've made.
Link to comment
Share on other sites

Try doing this. open newsletter.html in the mails/en folder. Note you need to translate the language if you are not using English.

make the bottom of the table look like this:

 
               <!-- insert here -->


                   Unsubscribe

                   If you don't want to receive our emails, please unsubscribe.


               <!-- insert here -->


{shop_name} powered with PrestaShopâ„¢




Modify the unsubscribelink.php link to your own.

Link to comment
Share on other sites

Try doing this. open newsletter.html in the mails/en folder. Note you need to translate the language if you are not using English.

make the bottom of the table look like this:
 
               <!-- insert here -->


                   Unsubscribe

                   If you don't want to receive our emails, please unsubscribe.


               <!-- insert here -->


{shop_name} powered with PrestaShopâ„¢




Modify the unsubscribelink.php link to your own.



Okay thanks. Will try it.
Link to comment
Share on other sites

I would think my level of knowledge would be clearly revealed in the fact I am a beginner, as shown with every post I've made.

No, even I was a beginner a Prestashop when I made my first post last year but I knew PHP and mySQL among other programming languages.


I've been a hardware tech for many years, but never got into programming, so what I know about your specialty wouldn't fill a thimble. But I love how easy it is to start a Prestashop page, and how customizable it is. Many of us who have little or no knowledge of writing code rely heavily upon, and truly appreciate, the level of expertise you long time programmers are willing to share with us in this forum. Thanks again
Link to comment
Share on other sites

  • 10 months later...
  • 8 months later...
  • 1 year later...
×
×
  • Create New...