QuestionQ4

Adobe Experience Manager Sites

An Adobe Commerce developer is creating the Vendor/Orange theme and must customize the header used by email templates.

Where in the theme must the developer place the new template for this customization?

  • A /Magento_Email/templates/override/html/header.html
  • B /Magento_Email/email/header.html
  • C /Magento_Theme/html/header.html
Explanation

Theme-based email-template overrides are placed in <theme_dir>/<ModuleVendorName>_<ModuleName>/email. The default header template belongs to Magento_Email and is view/frontend/email/header.html, so its theme override is Magento_Email/email/header.html.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!