Jak mogę zmienić szablon nagłówka wiadomości e-mail?
{{template config_path="design/email/header_template"}}
lub szablon stopki
{{template config_path="design/email/footer_template"}}
Jak mogę zmienić szablon nagłówka wiadomości e-mail?
{{template config_path="design/email/header_template"}}
lub szablon stopki
{{template config_path="design/email/footer_template"}}
Odpowiedzi:
Możesz zastąpić te szablony w niestandardowym motywie i edytować HTML zgodnie z wymaganiami.
app/design/frontend/Vendor/themename/Magento_Email/email/header.html
app/design/frontend/Vendor/themename/Magento_Email/email/footer.html
Możesz zastąpić główny szablon nagłówka i stopki w folderze motywu,
vendor/magento/module-email/view/frontend/email/header.html
Do twojego tematu,
app/design/frontend/{Vendorname}/{thememane}/Magento_Email/email/header.html
Ten sam proces dla pliku Footer.html.
app/design/frontend/{Vendorname}/{thememane}/Magento_Email/email/footer.html
Biegać
php magento setup:upgrade
php magento setup:static-content:deploy
Wyczyść pamięć podręczną.
To ustawienie jest dostępne w:
Treść -> Konfiguracja -> Domyślny widok sklepu -> Transakcyjne wiadomości e-mail