ProductPrice loader¶
It loads given rows to the spy_price_product
, spy_price_product_store
and spy_price_product_default
tables.
Usage:
<product-price
priceTypeIdField="priceTypeId"
productIdField="productId"
productAbstractIdField="productAbstractId"
currencyIdField="currencyId"
priceProductIdField="priceProductId"
storeIdField="storeId"
pricesArrayField="prices"
pricesGrossField="prices.grossPrice"
pricesNetField="prices.netPrice"
pricesPriceDataField="prices.priceData"
priceDataChecksumField="priceDataChecksum"
/>
Attributes:
priceTypeIdField
- name of the field containing the price type idproductIdField
- name of the field containing the product idproductAbstractIdField
- name of the field containing the product abstract idcurrencyIdField
- name of the field containing the currency idpriceProductIdField
- name of the field containing the price product idstoreIdField
- name of the field containing the store idpricesArrayField
- name of the array field containing the pricespricesGrossField
- name of the field containing the gross pricepricesNetField
- name of the field containing the net pricepricesPriceDataField
- name of the field containing the price datapriceDataChecksumField
- name of the field containing the price data checksum