Jump to content

[SOLVED] Como poner Order By Stock en BO


Recommended Posts

Listo! después de buscar como 1000 horas en la red, dí con ello.

 

El archivo a modificar es el siguiente:

 

AdminPPreferences.php

 

se encuentra en la carpeta admin o como se haya modificado en la instalación, buscarán y agregarán la siguiente línea.

 

array(‘id’ => ’0′, ‘name’ => $this->l(‘Product name’)),

array(‘id’ => ’1′, ‘name’ => $this->l(‘Product price’)),

array(‘id’ => ’2′, ‘name’ => $this->l(‘Product added date’)),

array(‘id’ => ’4′, ‘name’ => $this->l(‘Position inside category’)),

array(‘id’ => ’5′, ‘name’ => $this->l(‘Manufacturer’)),

array(‘id’ => ’3′, ‘name’ => $this->l(‘Product modified date’)),

array(‘id’ => ’6′, ‘name’ => $this->l(‘Stock’))

 

después de esto se modificarán 2 tablas en la BD.

 

Tabla PS_CONFIGURATION -> PS_PRODUCTS_ORDER_BY cambiar a “6″

Tabla PS_CONFIGURATION -> PS_PRODUCTS_ORDER_WAY cambiar a “1″

 

Recuerda hacer un respaldo de todo por si algo falla, lo he probado y está excelente.

 

Saludos. :P

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
  • 4 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...