Features
Since version 3.9
To learn more about extension features, you can read the Extension Features reference docs.
accountInformation
Extendable feature for the Account Information page.
theme/pages/Account/Information
ui.componentsMap
-
DeleteAccount
: The component to display the delete account component in the account information pageeditorialToolboxSections
Extendable feature for the Editorial Toolbox component. See
theme/components/molecules/EditorialToolbox/EditorialToolbox
.
This is used to add additional sections to the Editorial Toolbox.
ui.componentsMap
Components registered in this extension point will be rendered as additional sections in the Editorial Toolbox. Each component should implement its own section structure and functionality.
Facets
Extendable feature for the LayerFacets
component. See
theme/modules/Layer/LayerFacets/LayerFacets
.
This is used to easily customize the components used to render facets filters.
ui.componentsMap
TextSearchFacet
RangeSearchFacet
AttributeFacet
CategoryFacet
, defaulted tonull
as it this type of facet is not rendered inLayerFacet
by default
maps
Extendable feature for the Map
and Marker
components. See
PostalAddressSelector
ui.componentsMap
shippingMethodAdditionalData
Extendable feature for the AdditionalShippingInformation
component. See
getAddtionalDataComponent
.
ui.componentsMap
The registered component name should be the same as the
shippingMethod.method_type
value provided in the schema's ShippingMethod
object.
recommendations
Since version 3.13
Extendable feature for product recommendations throughout the application. This feature provides extension points for displaying recommended products in various contexts such as product pages, cart, and homepage.
ui.componentsMap
ProductPageUpsells
: Component for displaying upsell recommendations on product pagesProductPageRelated
: Component for displaying related product recommendations on product pagesHomePage
: Component for displaying recommendations on the homepage. Currently set tonull
by default, allowing extensions to provide their own implementationProductAddedPopInCrosssells
: Component for displaying cross-sell recommendations in the "Product Added" pop-in modalCartPage
: Component for displaying recommendations on the cart pageCategoryPage
: Renders recommendations on the category page