az1000 Posted July 9, 2013 Share Posted July 9, 2013 On the product pages when using block layered modules choose manufacturer and select one of the product and go into product and when back all features stayed static, but manufacturer cancelled. Need again to select manufacturer. How to do that manufacturer also stayed static and continue. Anybody from masters please help to solve it. Thanks very much. Link to comment Share on other sites More sharing options...
az1000 Posted July 9, 2013 Author Share Posted July 9, 2013 Anybody from moderators can help? Link to comment Share on other sites More sharing options...
az1000 Posted July 10, 2013 Author Share Posted July 10, 2013 Anybody can help? Link to comment Share on other sites More sharing options...
Snade Posted July 10, 2013 Share Posted July 10, 2013 Hi Try showing whats the problem with screenshots Link to comment Share on other sites More sharing options...
az1000 Posted July 11, 2013 Author Share Posted July 11, 2013 Thanks friend for reply I attacked images with screenshots. Please help. Thanks very much. Link to comment Share on other sites More sharing options...
az1000 Posted July 11, 2013 Author Share Posted July 11, 2013 Anybody can help, please? Link to comment Share on other sites More sharing options...
Stefand Posted July 13, 2013 Share Posted July 13, 2013 I have the same problem !!! Link to comment Share on other sites More sharing options...
Stefand Posted July 13, 2013 Share Posted July 13, 2013 I create a bug report for it: http://forge.prestashop.com/browse/PSCFV-9784 Link to comment Share on other sites More sharing options...
chekago Posted September 12, 2013 Share Posted September 12, 2013 Hi!The problem is solved as follows. The file blocklayered.fp change code $filter_blocks[] = array( 'type_lite' => 'manufacturer', 'type' => 'manufacturer', 'id_key' => 0, 'name' => $this->l('Manufacturer'), 'values' => $manufaturers_array, 'filter_show_limit' => $filter['filter_show_limit'], 'filter_type' => $filter['filter_type'] ); on the $filter_blocks[] = array( 'type_lite' => 'manufacturer', 'type' => 'manufacturer', 'id_key' => 0, 'name' => 'Manufacturer', 'values' => $manufaturers_array, 'filter_show_limit' => $filter['filter_show_limit'], 'filter_type' => $filter['filter_type'] ); } Link to comment Share on other sites More sharing options...
Stefand Posted August 29, 2014 Share Posted August 29, 2014 Both codes are the same??? Link to comment Share on other sites More sharing options...
Recommended Posts