Partials
catalog#
template-data#
Relative path to the data partial template file for the catalog client
admin/jsonadm/partials/catalog/template-data = partials/catalog/data
- Default:
partials/data
- Type: string - Relative path to the template file
- Since: 2016.07
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The data partial creates the "data" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/data".
locale#
site/template-data#
Relative path to the data partial template file for the locale site client
admin/jsonadm/partials/locale/site/template-data =
- Type: string - Relative path to the template file
- Since: 2016.07
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The data partial creates the "data" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/data".
site/template-included#
Relative path to the included partial template file for the locale site client
admin/jsonadm/partials/locale/site/template-included = partials/included
- Default:
partials/included
- Type: string - Relative path to the template file
- Since: 2021.04
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The included partial creates the "included" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/included".
order#
template-data#
Relative path to the data partial template file for the order client
admin/jsonadm/partials/order/template-data = partials/order/data
- Default:
partials/data
- Type: string - Relative path to the template file
- Since: 2016.01
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The data partial creates the "data" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/data".
template-included#
admin/jsonadm/partials/order/template-included = partials/order/included
- Default:
partials/included
template-data#
Relative path to the data partial template file
admin/jsonadm/partials/template-data = partials/data
- Default:
partials/data
- Type: string - Relative path to the template file
- Since: 2016.01
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The data partial creates the "data" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/data.php".
template-errors#
Relative path to the error partial template file
admin/jsonadm/partials/template-errors = partials/errors
- Default:
partials/errors
- Type: string - Relative path to the template file
- Since: 2016.01
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The error partial creates the "error" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/error.php".
template-included#
Relative path to the "included" partial template file
admin/jsonadm/partials/template-included = partials/included
- Default:
partials/included
- Type: string - Relative path to the template file
- Since: 2016.01
Partials are templates which are reused in other templates and generate reoccuring blocks filled with data from the assigned values. The "included" partial creates the "included" part for the JSON API response.
The partial template files are usually stored in the templates/partials/ folder of the core or the extensions. The configured path to the partial file must be relative to the templates/ folder, e.g. "partials/included.php".