Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento 2.1 fails to load email_logo.png #5633

Closed
PierAlex opened this issue Jul 14, 2016 · 10 comments
Closed

Magento 2.1 fails to load email_logo.png #5633

PierAlex opened this issue Jul 14, 2016 · 10 comments
Labels
Area: Frontend bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@PierAlex
Copy link

Steps to reproduce
Magento 2.1 fresh installation and upgrade from 2.07 both
Also with cache enabled, disabled, flushed...
Try to upload a logo for email templates from Admin ->Content Design ->Configuration ->website ->transactional emails
Upload your logo file
Save

Expected result
New Logo for email is applied

Actual result
Previous Logo still remain

Back in the admin, in the image logo box there is the image broken icon.

image

I also create the Magento_Email/web folder under my custom theme (my fallback is Luma theme) and it does not take effects. Always Luma logo appears in the header of my e-mails (orders, invoices, shipments...).

Strange is that, just for testing, i overwrited the email_logo.png under Luma theme to see if it takes effect but nothing happens (?).

Then... back to the admin, i discover that the file is searched in pub/media/email/logo/website/<website_id>/filename.png

My Logo file was uploaded in pub/media/logo/website/<website_id>/filename.png.
No email folder in pub/media.

As a workaround, created the email folder under pub/media and saved my file (/logo/website/<website_id>/filename.png)

In the backend it takes effect and in the emails too!!

@Krapulat
Copy link

I have the same problem.

@zolthan
Copy link

zolthan commented Jul 28, 2016

Same problem here...

@ghost
Copy link

ghost commented Jul 30, 2016

Same issue here...
logo saved in directory /pub/media/logo/websites/1/email_logo.png
but this should be save in /pub/media/email/logo/stores/1/email_logo.png

seems its bug in Magento 2.1

@hostep
Copy link
Contributor

hostep commented Jul 30, 2016

Isn't this a duplicate of #5352 which already got fixed on the develop branch?

@liquidia
Copy link

liquidia commented Aug 1, 2016

here is easy fix .create a folder and put image with same name :) until it fixed officially

@vkorotun vkorotun removed the Theme label Aug 3, 2016
@GlobalOutsourcing
Copy link

Same issue experienced in 2.1.

Logo is changed in backend but when template previewing the logo is the magento one.

@zolthan
Copy link

zolthan commented Aug 5, 2016

Hotfix: Create a symlink from /pub/media/logo to /pub/media/email/logo ;-)

@peec
Copy link

peec commented Aug 31, 2016

Same as #6275 .

@miakusha
Copy link
Contributor

miakusha commented Oct 4, 2016

Closed as duplicate #5352

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-69062

pdohogne-magento pushed a commit that referenced this issue Jul 28, 2020
[CIA] Identify and Refactor GET requests which modify data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Frontend bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests