Jump to content

Block layered Manufacturer problem. Please help.


Recommended Posts

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

  • 1 month later...

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

  • 11 months later...
×
×
  • Create New...