ProductPriceSchedule loader

It loads given rows to the spy_price_product_schedule table.

Usage:

<product-price-schedule
        productAbstractIdField="productAbstractId"
        productConcreteIdField="fk_product"
        priceTypeIdField="fk_price_type"
        storeIdsField="storeIds"
        currencyIdField="fk_currency"
        scheduleListIdField="fk_price_product_schedule_list"
        netPriceField="value_net"
        grossPriceField="value_gross"
        activeFromField="from_included"
        activeToField="to_included"
/>

Attributes:

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

  • priceTypeIdField - name of the field containing the price type id

  • storeIdsField - name of the field containing the store ids

  • currencyIdField - name of the field containing the currency id

  • scheduleListIdField - name of the field containing the price product schedule list id

  • netPriceField - name of the field containing the net price

  • grossPriceField - name of the field containing the gross price

  • activeFromField - name of the field containing the active from date

  • activeToField - name of the field containing the active to date