Frontend | Backend | Api

Products default templates (Backend)

This page contains an overview of the default templates for the Products module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
products/backend/categories/add.html Categories\Add
Name Type Description
category Category Single (empty) Category record
Add a new record. Assigns an empty record to the template.
products/backend/categories/edit.html Categories\Edit
Name Type Description
category Category Retrieved Category record
Retrieve a single record and display the edit page for the record
products/backend/categories/manage.html Categories\Manage
Name Type Description
categories Collection (Category) Collection of Categories
Retrieve available records and assign them to the template for editing.
products/backend/categories-products/manage.html CategoriesProducts\Manage Retrieve available records and assign them to the template for editing.
products/backend/category-descriptions/edit.html CategoryDescriptions\Edit
Name Type Description
categoryDescription CategoryDescription Retrieved CategoryDescription record
Retrieve a single record and display the edit page for the record
products/backend/description-containers/add.html DescriptionContainers\Add Add a new record. Assigns an empty record to the template.
products/backend/description-containers/edit.html DescriptionContainers\Edit Retrieve a single record and display the edit page for the record
products/backend/product-descriptions/edit.html ProductDescriptions\Edit
Name Type Description
productDescription ProductDescription Retrieved ProductDescription record
Retrieve a single record and display the edit page for the record
products/backend/product-variants/add.html ProductVariants\Add
Name Type Description
productVariant ProductVariant Single (empty) ProductVariant record
Add a new record. Assigns an empty record to the template.
products/backend/product-variants/edit.html ProductVariants\Edit
Name Type Description
productVariant ProductVariant Retrieved ProductVariant record
Retrieve a single record and display the edit page for the record
products/backend/products/add.html Products\Add
Name Type Description
product Product Single (empty) Product record
Add a new record. Assigns an empty record to the template.
products/backend/products/edit.html Products\Edit
Name Type Description
product Product Retrieved Product record
Retrieve a single record and display the edit page for the record
products/backend/products/manage.html Products\Manage
Name Type Description
products Collection (Product) Collection of Products
Retrieve available records and assign them to the template for editing.