Measurement loader

It loads given rows to the spy_product_measurement_unit, spy_product_measurement_base_unit, and spy_product_measurement_sales_unit tables. The ProductMeasurementUnit.product_measurement_unit.publish and ProductMeasurementUnit.product_concrete_measurement_unit.publish events are triggered.

Usage:

<measurement
    productConcreteIdField="product_concrete_id"
    productAbstractIdField="product_abstract_id"
/>

Attributes:

  • productConcreteIdField - name of the field containing the product concrete id

  • productAbstractIdField - name of the field containing the product abstract id