20. Magento. How to add Newsletter in footer section on customer page(s)
1 min readBy default, Magento removes the Newsletter on Account Pages when user is logged in.
- In order to keep the Newsletter on all pages, connect to your server using FTP client or simply use a Filemanager via Hosting Cpanel.
- Go to app/design/frontend/default/themeXXX/layout/ directory.
- Open “newsletter.xml” file using any text editor.
- Find and remove the following line: <remove name=”left.newsletter”/>
- Save this file and upload it to the server.
- Reload your site and log in as a customer to see the changes.
- As you can see, the Newsletter block is still in the footer section.
Thank you for watching this video tutorial. Now you know how to add Newsletter on Customer Account pages in footer section in Magento template(s).