Customize magento newsletter subscription notification The 2019 Stack Overflow Developer Survey Results Are InMagento CE 1.8.1 - duplicated newsletter subscription forms not postingIPN “Expired”. Registered a Void notificationInsert custom widget in newsletterMagento new notification emails not being sent to Store OwnerSend an example newsletter to individual e-mailMagento2 Admin overlay notificationWhere is the newsletter 'general subscription' field stored in the databaseMagento Custom Newsletter Subscriptionmagento 2 how to verify newsletter subscription?How to Configure Notification for New Admin User Created
Why are there uneven bright areas in this photo of black hole?
Getting crown tickets for Statue of Liberty
Is an up-to-date browser secure on an out-of-date OS?
Can withdrawing asylum be illegal?
Ubuntu Server install with full GUI
Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past
Correct punctuation for showing a character's confusion
What is the motivation for a law requiring 2 parties to consent for recording a conversation
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Is it possible for absolutely everyone to attain enlightenment?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Why doesn't UInt have a toDouble()?
What do these terms in Caesar's Gallic wars mean?
"as much details as you can remember"
How do you keep chess fun when your opponent constantly beats you?
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
APIPA and LAN Broadcast Domain
Can a flute soloist sit?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Geography at the pixel level
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Straighten subgroup lattice
What's the name of these plastic connectors
Slides for 30 min~1 hr Skype tenure track application interview
Customize magento newsletter subscription notification
The 2019 Stack Overflow Developer Survey Results Are InMagento CE 1.8.1 - duplicated newsletter subscription forms not postingIPN “Expired”. Registered a Void notificationInsert custom widget in newsletterMagento new notification emails not being sent to Store OwnerSend an example newsletter to individual e-mailMagento2 Admin overlay notificationWhere is the newsletter 'general subscription' field stored in the databaseMagento Custom Newsletter Subscriptionmagento 2 how to verify newsletter subscription?How to Configure Notification for New Admin User Created
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm sure this can be done i just don't know where it is, i have had a look to see about it but i can't really see much about it. I have attached the notification what i am on about.
magento-1.9 newsletter adminnotification
add a comment |
I'm sure this can be done i just don't know where it is, i have had a look to see about it but i can't really see much about it. I have attached the notification what i am on about.
magento-1.9 newsletter adminnotification
add a comment |
I'm sure this can be done i just don't know where it is, i have had a look to see about it but i can't really see much about it. I have attached the notification what i am on about.
magento-1.9 newsletter adminnotification
I'm sure this can be done i just don't know where it is, i have had a look to see about it but i can't really see much about it. I have attached the notification what i am on about.
magento-1.9 newsletter adminnotification
magento-1.9 newsletter adminnotification
edited Oct 31 '16 at 11:22
Gopal Patel
3,0152930
3,0152930
asked Oct 31 '16 at 11:17
JakeJake
31115
31115
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
you can change it in app/locale/en_US/Mage_Newsletter.csv file. Remember you only change the second instance e.g
"Thank you for your subscription.","Thank you for the subscription."
add a comment |
You can edit that Message by changing in Mage_Newsletter.csv
file.
Path of CSV file: app/locale/en_US/Mage_Newsletter.csv
to apply css to message block here is the structure.
<ul class="messages">
<li class="success-msg">
<ul><li><span>Thank you for your subscription.</span></li></ul>
</li>
</ul>
to add custom css in magento refer this.
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f143382%2fcustomize-magento-newsletter-subscription-notification%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
you can change it in app/locale/en_US/Mage_Newsletter.csv file. Remember you only change the second instance e.g
"Thank you for your subscription.","Thank you for the subscription."
add a comment |
you can change it in app/locale/en_US/Mage_Newsletter.csv file. Remember you only change the second instance e.g
"Thank you for your subscription.","Thank you for the subscription."
add a comment |
you can change it in app/locale/en_US/Mage_Newsletter.csv file. Remember you only change the second instance e.g
"Thank you for your subscription.","Thank you for the subscription."
you can change it in app/locale/en_US/Mage_Newsletter.csv file. Remember you only change the second instance e.g
"Thank you for your subscription.","Thank you for the subscription."
answered Oct 31 '16 at 11:23
DevtypeDevtype
2,23411332
2,23411332
add a comment |
add a comment |
You can edit that Message by changing in Mage_Newsletter.csv
file.
Path of CSV file: app/locale/en_US/Mage_Newsletter.csv
to apply css to message block here is the structure.
<ul class="messages">
<li class="success-msg">
<ul><li><span>Thank you for your subscription.</span></li></ul>
</li>
</ul>
to add custom css in magento refer this.
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
add a comment |
You can edit that Message by changing in Mage_Newsletter.csv
file.
Path of CSV file: app/locale/en_US/Mage_Newsletter.csv
to apply css to message block here is the structure.
<ul class="messages">
<li class="success-msg">
<ul><li><span>Thank you for your subscription.</span></li></ul>
</li>
</ul>
to add custom css in magento refer this.
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
add a comment |
You can edit that Message by changing in Mage_Newsletter.csv
file.
Path of CSV file: app/locale/en_US/Mage_Newsletter.csv
to apply css to message block here is the structure.
<ul class="messages">
<li class="success-msg">
<ul><li><span>Thank you for your subscription.</span></li></ul>
</li>
</ul>
to add custom css in magento refer this.
You can edit that Message by changing in Mage_Newsletter.csv
file.
Path of CSV file: app/locale/en_US/Mage_Newsletter.csv
to apply css to message block here is the structure.
<ul class="messages">
<li class="success-msg">
<ul><li><span>Thank you for your subscription.</span></li></ul>
</li>
</ul>
to add custom css in magento refer this.
edited Oct 31 '16 at 11:45
answered Oct 31 '16 at 11:26
Gopal PatelGopal Patel
3,0152930
3,0152930
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
add a comment |
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
Is it possible to change the styling ?
– Jake
Oct 31 '16 at 11:28
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
@Jake basically it is message blok of magento. if you want to change the style of that it may be apply to all success message of your site.
– Gopal Patel
Oct 31 '16 at 11:32
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
That's fine, where is this located ?
– Jake
Oct 31 '16 at 11:37
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
@Jake find the updated answer
– Gopal Patel
Oct 31 '16 at 11:45
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f143382%2fcustomize-magento-newsletter-subscription-notification%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown