Jump to content

Able to delete some of the subscriber that sign up from newsletter block?


Recommended Posts

Hi guys,

I was wondering is that any file [.php, .tpl] that enable us to delete some of the subscriber for the newsletter block? [The one that we have to extract to .CSV format]

Really appreciate someone can help me on this as i believe there's some way to delete the subscriber if they are not interested to sign up the newsletter. Thanks in advance to anyone who are able to help me.
Thanks!

Link to comment
Share on other sites

  • 2 weeks later...

Can't you just unsubscribe them?
In the newsletter block there is an option if you want to subscribe/unsubscribe. Just enter the email address you want to remove and choose unsubscribe and then press ok. And they are gone!
Hope this helps!

Link to comment
Share on other sites

  • 9 months later...

I have the same problem, but unfortunatelly I don't have the "unsubscription" option on my blocknewsletter (maybe because I'm using a different theme than the Prestashops default...)

Is there any other way of unsubscribe the newsletter?

Thank you!

Link to comment
Share on other sites

  • 4 weeks later...
I have the same problem, but unfortunatelly I don't have the "unsubscription" option on my blocknewsletter (maybe because I'm using a different theme than the Prestashops default...)

Is there any other way of unsubscribe the newsletter?

Thank you!



I am having the same issues, I am using the black & white theme with the BlockNewsletter (Newsletter v2.0) and don't have the option to unsubscribe.

how do i unsubscribe people from this list without going through the backend via PHPMyAdmin???

Please help!
Link to comment
Share on other sites

I have the same problem, but unfortunatelly I don't have the "unsubscription" option on my blocknewsletter (maybe because I'm using a different theme than the Prestashops default...)

Is there any other way of unsubscribe the newsletter?

Thank you!


I figured it out. Problem with my particular theme was that the unsubscribe / subscribe button was set to "display: none"

1. Open the global.css file in your themes' css folder

2. search for: "#footernewsletter select"

3. get rid of "display: none;"

Now your unsubscribe / subscribe option will appear

To move the dropdown to a better position:

1. open the blocknewsletter.tpl file in your themes folder

2. Find the line that says:

{l s='Subscribe' mod='blocknewsletter'}
{l s='Unsubscribe' mod='blocknewsletter'}



3. Cut it and paste it wherever you want it. Make sure it is still within the <form> </form> tags or it won't work

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...