Problems with conditional Extend clause
Closed this issue · 2 comments
In IntegerNet_Solr_Model_Resource_Catalog_Layer_Filter_Price_Abstract
you have a conditional extends clause that triggers if Gomage_Naviation is installed. That is super nice to have but at least with a decent version of the Gomage-Module (4.8 in our case) it leads to errors when filtering for a price. That is because the then non standard parent class GoMage_Navigation_Model_Resource_Eav_Mysql4_Layer_Filter_Price
does not have the method applyPriceRange(
defined and it is called with return parent::applyPriceRange($filter)
on line 93.
It is possible to add this method and the dependencies for this method to GoMage_Navigation_Model_Resource_Eav_Mysql4_Layer_Filter_Price
but i do not know if that is the right thing, because of possible problems with updating that module. Patch for the Gomage module is ready, but i doubt if it belongs in here. If you need it just say so.
Can you send me the newest version of the module? Preferably by Email?
Because of a different approach this can be closed