Skip to main content

Questions tagged [newsletter]

Denotes questions related to Newsletter Feature of Magento

1 vote
0 answers
26 views

How to add additional fields in newsletter mutation? mutation { subscribeEmailToNewsletter( email: "[email protected]" ) { status } } I want to add firstname & lastname in ...
Jaisa's user avatar
  • 2,640
0 votes
2 answers
326 views

I have subscription block before my footer links and after successful subscription the message appears on the top of main part, but I want to show it below subscription input.Of course there should be ...
Veronika Petkeviča's user avatar
1 vote
0 answers
40 views

I'm using the Newsletter Module, I have added a new column additional_info in the newsletter_subscriber table. I have used the before Plugin to populate column data. I have stored the JSON-encoded ...
Hussain Saif ur Rehman's user avatar
2 votes
0 answers
30 views

Good day, im currently working on our Newsletter templates but it seems like im unable to actually work with HTML there. I tried writing a full on html file in there but upon saving the template it ...
Marcel H.'s user avatar
  • 169
3 votes
2 answers
2k views

In my store (Magento 2.4.1) I have the option for customers to subscribe to our Newsletter using Magento native newsletter module. I use a thrid party service to send newsletter emails and I need to ...
Joao71's user avatar
  • 1,205
0 votes
2 answers
330 views

In Magento2, using alpine & tailwind.css, I want to add a newsletter popup as the customer reaches the homepage on the first visit. How can I achieve that?
D.D.'s user avatar
  • 15
1 vote
1 answer
469 views

I want to add Add condition in Coupon Code: If Email is [email protected] Please check attached screenshot: How do I'll do this programmatically? Please check my code everything is working fine ...
Wajahat Bashir's user avatar
0 votes
1 answer
111 views

I would like to make it possible to unsubscribe however with the arrival of an email about the success of the newsletter signup. But the problem I encountered is that I don't have access to the ...
mrcl's user avatar
  • 37
0 votes
1 answer
135 views

My client wants to send a different order confirmation email for a country. Like we have a US store and receive orders from Russia customs should receive the email that we don't ship them in Russian. ...
Ameer Hamza's user avatar
1 vote
2 answers
828 views

I have installed a custom module related newsletter, I want my module to be compatible in 2.3 and 2.4. I'm overriding the class Magento\Newsletter\Controller\Subscriber\NewAction MyVendor/MyModule/...
Mohit Rane's user avatar
  • 2,000
0 votes
1 answer
658 views

I want to add the Newsletter checkbox into the Magento2 Customer Login form, when the user clicks the submit button the form validated the email and password, and the newsletter checkbox's state (only ...
iivo's user avatar
  • 3
0 votes
1 answer
471 views

I have two newsletter forms on the same page, One on the sidebar and the other placed as a modal popup, I'm trying to implement Recaptcha for the modal popup newsletter form (which is the same ...
Dev's user avatar
  • 1,154
1 vote
1 answer
632 views

Magento 1.9.4 Porto theme I googled and googled and I can't believe I can't find an easy way to do this. This is what's happening: Some bad person is feeding thousands and thousands of Email ...
Allysin's user avatar
  • 290
0 votes
0 answers
158 views

my newsletter subscription field is not showing on the main page but it is showing in on the other pages. the top screen shot is of the home page and the other one is from the products page. Please ...
user3721386's user avatar
0 votes
1 answer
489 views

I have below query SELECT * FROM newsletter_subscriber WHERE change_status_at >= (NOW() - INTERVAL 10 DAY); How do I make it works with below? public function getSubscriberStatus() { ...
Paul Fan's user avatar
  • 658

15 30 50 per page
1
2 3 4 5
27