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 id

  • productIdField - name of the field containing the product id

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

  • currencyIdField - name of the field containing the currency id

  • priceProductIdField - name of the field containing the price product id

  • storeIdField - name of the field containing the store id

  • pricesArrayField - name of the array field containing the prices

  • pricesGrossField - name of the field containing the gross price

  • pricesNetField - name of the field containing the net price

  • pricesPriceDataField - name of the field containing the price data

  • priceDataChecksumField - name of the field containing the price data checksum