Jump to content

Filtrar Productos Fabricante BackOffice (SOLUCIONADO)


SergioE

Recommended Posts

Buenas, 

 

Me gustaria saber como añadir otra columna en la pestaña productos, para buscar estos por fabricante, e revisado este post (https://www.prestashop.com/forums/topic/275522-solved-add-backoffice-columns-products-list/) pero no se si sirve para la version 1.6.0.9. Alguien lo ha intentado o sabe como?

 

Gracias

Edited by SergioE (see edit history)
Link to comment
Share on other sites

Gracias por contestar.

 

Pongo la solución que al final he encontrado para añadir en el archivo!

$this->_join .= ' INNER JOIN `'._DB_PREFIX_.'manufacturer` AS manu ON (manu.`id_manufacturer` = a.`id_manufacturer`) ';
			
			$this->fields_list['manufacturer'] = array(
'title' => $this->l('Fabricante:'),
'width' => 80,
'filter_key' => 'manu!name',
Edited by SergioE (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...