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)

Storefront-Related Configuration in the Admin Panel

In all my years of working with Adobe Commerce (AC) and developing customized bespoke themes, I have learned that it is crucial to know what can be done, and what cannot be done, via the Admin Panel.

In Chapter 7, we briefly explored the Admin Panel. Now, we will delve deeper into it, examining its various options and seeing how adjustments in the store configuration manifest on the storefront. This chapter will show you the many settings in the Admin Panel that can change how your online store looks and works. You do not always need to edit code in your theme files. At the end of the chapter, we will also have some fun hands-on exercises to make sure you have taken everything in.

In this chapter, I will guide you through the following topics:

  • Design configuration options available in the Admin Panel: Want your online store to have a fresh look? This section will guide you through changing the look of your site directly...