ProductAbstract loader¶
It loads given rows to the spy_product_abstract
table.
The Product.product_abstract.publish
event is triggered.
Usage:
<product-abstract
productAbstractIdField="productAbstractIdField"
productAbstractSkuField="abstract_sku"
productAbstractTaxSetIdField="taxSetId"
/>
Attributes:
productAbstractIdField
- name of the field containing productAbstractIdproductAbstractSkuField
- name of the field containing the skuproductAbstractTaxSetIdField
- name of the field containing taxSetIdproductAttributesField
- name of the field containing the attributes, which can be prepared with the attribute-fields-transformerproductNewFromField
- name of the field containing the new_from date (optional)productNewToField
- name of the field containing the new_to date (optional)