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 |
|
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 |
|
Retrieve available records and assign them to the template for editing. |