Book Image

Mastering Adobe Commerce Frontend

By : Jakub Winkler
Book Image

Mastering Adobe Commerce Frontend

By: Jakub Winkler

Overview of this book

Navigating the frontend realm of the Adobe Commerce platform can often feel like a labyrinth, given its multifaceted systems and intricate layering. This book demystifies Adobe Commerce frontend development, guiding you through its paths with clarity and precision. You'll learn how to set up your local environment, paving the way for a smooth development experience and navigate the platform's theming ecosystem, exploring layout XML systems and the power of templates. As you progress through the book, you'll leverage an array of JavaScript libraries and frameworks that Adobe Commerce boasts of, with special emphasis on RequireJS, jQuery, Knockout.JS, and UI Components. Additionally, you'll gain an understanding of the intricacies of Adobe Commerce CMS, explore frontend-related configurations in the admin panel, and unlock the secrets of frontend optimization. Practical exercises provided in the book will enable you to create top-notch Adobe Commerce sites that are functional, optimized, user-centric, and a step ahead in the ever-evolving frontend landscape.
Table of Contents (18 chapters)

Managing email templates in the Admin Panel

As you already learned, email templates are defined in modules and have default content. This content can be customized in your own theme by copying the file to your theme and making changes directly in the HTML files. Lucky for us, Adobe Commerce allows us to use the default templates and fully customize them in the Admin Panel.

Keep in mind that there are many email templates on the platform—and even more in the Adobe Commerce/Cloud edition—by default. Each module has its own section to change email templates related to it.

This section is clearer if we continue to do it by an example. How about we create a new customer registration email, make changes to it in the Admin Panel, and assign it to be sent out when a customer tries to register to the website?

To change the template that is being sent out to the user, there are two steps involved:

  1. We need to create a new template.
  2. We must assign that email...