ProductAbstractCategories loader¶
It loads given rows to the spy_product_category
tables.
Any relation of products imported by the loader that was not touched (inserted or updated) by the loader is deleted from the spy_product_category
table.
Usage:
<product-abstract-categories productAbstractIdField="productAbstractId" categoryIdsField="categoryIds" />
Attributes:
productAbstractIdField
- name of the field containing the product abstract idcategoryIdsField
- name of the field containing the category idscategoryProductOrderField
- name of the field containing the order of the product inside the category