ProductQuantity loader

It loads given rows to the spy_product_quantity table. The ProductQuantity.product_quantity.publish event is triggered.

Usage:

<product-quantity
    productConcreteIdField="product_concrete_id"
    minQtyField="quantity_minimum"
    intervalQtyField="quantity_interval"
/>

Attributes:

  • minQtyField - name of the field containing minimum quantity

  • intervalQtyField - name of the field containing quantity interval

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