You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rewrite checks seems to not working fully correct.
With just 2 modules installed ( FireGento_GermanSetup and Sitewards_B2BProfessional) they both extend the class Mage_Catalog_Block_Product_Price. But Firegento don't show an error because the files where the class is extended reside in different paths in the file systems.
The rewrite checks seems to not working fully correct.
With just 2 modules installed ( FireGento_GermanSetup and Sitewards_B2BProfessional) they both extend the class Mage_Catalog_Block_Product_Price. But Firegento don't show an error because the files where the class is extended reside in different paths in the file systems.
Core: magento\app\code\core\Mage\Catalog\Block\Product\Price.php
GermanSetup: magento\app\code\community\FireGento\GermanSetup\Block\Catalog\Product\Price.php
B2BProffessional: magento\app\code\community\Sitewards\B2BProfessional\Block\Price.php
I think Firegento should not just check for the path (which can differ very much) but also for the extended classes if there happens a rewrite.
The text was updated successfully, but these errors were encountered: