ProductConcrete loader

It loads given rows to the spy_product table. The Product.product_concrete.publish event is triggered. It also adds to the rows the productConcreteId field containing the id of the inserted concrete products.

Usage:

<product-concrete
     productConcreteIdField="productConcreteId"
     productAbstractIdField="productAbstractId"
     attributesField="attributes"
     isActiveField="is_active"
     skuField="sku"
     isQuantitySplittableField="isQuantitySplittableField"
 />

Attributes:

  • productConcreteIdField - the field that will contain the product concrete id after the loader has run (optional)

  • productAbstractIdField - name of the field containing the product abstract id (optional)

  • attributesField - name of the field containing the attributes

  • isActiveField - name of the field containing the is active flag (optional)

  • skuField - name of the field containing the sku

  • isQuantitySplittableField - name of the field containing the is_quantity_splittable values (optional)