federico8 Posted May 17, 2012 Share Posted May 17, 2012 Hi all, after having installed the Extra Features contribution (prestashop-grouped-features) I have some problems with the product comparison: feature values are empty! I have made no customizations neither to the module nor to the theme. I think that the problem is this: the var $tab[$feature_id] is not set since I have put a control (with an if block) here. How can I solve this? Thank you so much for your support. Link to comment Share on other sites More sharing options...
shacker Posted May 24, 2012 Share Posted May 24, 2012 with default theme works? and show normal features are showed? 1 Link to comment Share on other sites More sharing options...
federico8 Posted May 24, 2012 Author Share Posted May 24, 2012 Hi thank you for answering but I solved this by myself just now... I post the solution to the problem, which is in the compare controller... in "CompareController.php" just replace this line (about 109) foreach ($curProduct->getFrontFeatures(self::$cookie->id_lang) AS $feature) with this: foreach ($curProduct->getFrontFeatures(self::$cookie->id_lang, false) AS $feature) Bye! Link to comment Share on other sites More sharing options...
shacker Posted May 25, 2012 Share Posted May 25, 2012 perfect, change title to solved 1 Link to comment Share on other sites More sharing options...
ps3z Posted July 10, 2013 Share Posted July 10, 2013 Hello everone i getting same error i found that php file for replace it. but that texts not included for replace it. maybe version is different than yours my presta version is 1.5.3.1 Link to comment Share on other sites More sharing options...
Recommended Posts