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 idpriceTypeIdField
- name of the field containing the price type idstoreIdsField
- name of the field containing the store idscurrencyIdField
- name of the field containing the currency idscheduleListIdField
- name of the field containing the price product schedule list idnetPriceField
- name of the field containing the net pricegrossPriceField
- name of the field containing the gross priceactiveFromField
- name of the field containing the active from dateactiveToField
- name of the field containing the active to date