Questions tagged [success-message]
Questions related to success message notification
59 questions
0 votes
2 answers
326 views
Magento2: How to make ajax based newsletter subscription & move success message just below subscription field
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 ...
0 votes
1 answer
126 views
Info About messages.phtml in 2.4.4 version
Hello i'm doing some debug for an issue i have and i made an override of messages.phtml to following path /app/design/frontend/Company/template_child/Magento_Theme/templates/messages.phtml inside ...
0 votes
1 answer
256 views
magento 2 add span tag in price
I am facing an issue with Magento 2 checkout success page. I have added API for SMS to receive final SMS about the order and when SMS is received its showing the "span" stage around the ...
0 votes
1 answer
1k views
Customer success messages disappear too fast in magento 2
Once the customer completed the registration, the success message hide too fast? Kindly guide me to any solution to sort it out?
0 votes
2 answers
890 views
message2 success message
I have the same message issue in this thread Magento2 success message However, that post is old and my current version is 2.4.3 Any suggestion for fixing it? Thanks
0 votes
1 answer
584 views
Display message twice on the page in Magento 2
I'd like to display the default Magento page message block twice on the Cart page. It is now displayed at the top of the page. I would also like to display it at the bottom. Is that possible?
0 votes
1 answer
304 views
How to notify admin user after cronjob finished?
I have a cronjob that imports product data. This can take up to 40 minutes. Is there a way to notify the admin user who is logged in? I don't want the admin users to manually edit products during the ...
1 vote
0 answers
434 views
Success/Error message not showing up in Magento version 2.3.6-p1 while login, registration and subscription
I installed a fresh Magento instance and noticed there are no messages (error/success) is showing up while a new customer registration, login with wrong email/password, submit mail to the subscription ...
1 vote
0 answers
250 views
Magento 2 submit contact form not showing success/error messages
I'm using Magento 2.4.2 on a website with multiple stores where I have : example.com/fr example.com/es example.com/us/en ... My issue is when someone submit on the contact form, no success or error ...
0 votes
1 answer
238 views
Magento 2 Checkout Page after place order take more time
Frontend place order first order show in backend and after 4 to 5 min frontend redirect success page.I have remove/disable all third party module and set default theme but not success.And i have use ...
0 votes
1 answer
1k views
Magento 2 redirect back with message from controller, redirecting working fine but error message not showing
Messages do not appear after redirection. Tried many solutions but no luck. Here is the code I tried. I have created a fronted form with custom routing with URL params. public function execute(){ ...
0 votes
2 answers
50 views
Messages add product, removeAll
where is function to remove all messages (add or error)? I want to remove message one by one, now magento deletes all at once.
1 vote
1 answer
752 views
cart not getting empty after success page redirection done in magento 2
How can I empty my cart value when order successfully done in Magento 2. This issue only done with logged-in user how can I handle this issue. Is there any solution for this?
1 vote
1 answer
44 views
Cart not removing product from cart when payment successfully done for loggin user
this is happing when i do transaction using paytm then success page not removing purchased product from cart is there any solution to solve it
1 vote
1 answer
83 views
How to add success mesage on click of add to cart buttton in custom module in Magento 2
I want to display success message on click of add to cart button in magento 2. I am developing custom module in which i can develop functionality of add to cart and i want to add success and error ...