Jump to content

orden novedades....


regalofeliz

Recommended Posts

abre el archivo newproductscontroller.php en la carpeta controllers y en esta linea

 

'products' => Product::getNewProducts((int)(self::$cookie->id_lang), (int)($this->p) - 1, (int)($this->n), false, $this->orderBy, $this->orderWay),

 

pon

 

'products' => Product::getNewProducts((int)(self::$cookie->id_lang), (int)($this->p) - 1, (int)($this->n), false, $this->orderBy, "DESC"),

 

order by puede ser reemplazado por "price", "name", "date-add"

Link to comment
Share on other sites

abre el archivo newproductscontroller.php en la carpeta controllers y en esta linea

 

'products' => Product::getNewProducts((int)(self::$cookie->id_lang), (int)($this->p) - 1, (int)($this->n), false, $this->orderBy, $this->orderWay),

 

pon

 

'products' => Product::getNewProducts((int)(self::$cookie->id_lang), (int)($this->p) - 1, (int)($this->n), false, $this->orderBy, "DESC"),

 

order by puede ser reemplazado por "price", "name", "date-add"

 

 

A parte tengo otro problema en otra tienda 1.3 se me descolocan los productos de las categorías, yo en el backoficce los ordenos y luego se me ponen diferente ¿cómo arreglo esto?

Link to comment
Share on other sites

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