2
votes

I created a new product type and everything works except the indexing of the price. I checked the catalog_product_index_price table and all the values are NULL. This turned out to give some problems in the layered navigation (a negative value). Do i have to call a function to get my prices indexed?

EDIT The product type created is created in the image of a bundled product.

Thx in advance

1

1 Answers

1
votes

The bundled product's price indexer are Mage_Bundle_Model_Price_Index and Mage_Bundle_Model_Resource_Indexer_Price, referenced by the config node global/catalog/product/type/bundle/price_indexer. The first also adds the price index to product collections for bundled products. Have you created the indexer for your current product type?