| Name |
Description |
Props |
category.list.before |
The components are shown before each category list on the category page. |
categoryId - The current category’s ID. |
category.list |
Components replace the complete category list on a category page. |
categoryId - The current category’s ID. |
category.list.after |
The components are shown after each category list on the category page. |
categoryId - The current category’s ID. |
| Name |
Description |
Props |
product.list.before |
Components are shown before each product list on the category page. |
categoryId - The current category’s ID. |
product.list |
Components replace the complete product list on a category page. |
categoryId - The current category’s ID. |
product.list.after |
Components are shown after each product list on the category page. |
categoryId - The current category’s ID. |
| Name |
Description |
Props |
browse.category-list.before |
Components are rendered before the category list. |
categories - The categories to be shown. |
browse.category-list |
Components replace the category list. |
categories - The categories to be shown. |
browse.category-list.after |
Components are rendered after the category list. |
categories - The categories to be shown. |
Represents the No Results page that is shown if a category is empty.
| Name |
Description |
Props |
no-results.content.before |
Components are shown before the content of the no results page. |
none |
no-results.content |
Components replace the complete content of the no results page. |
none |
no-results.content.after |
Components are shown after the content of the no results page. |
none |