regalofeliz Posted March 26, 2012 Share Posted March 26, 2012 Hola cuando meto un articulo nuevo , me sale en novedades pero el último....y quiero que los añadidos sean los primeros....no consigo hacerlo ¿cómo lo hago? www.deseoyamor.es Link to comment Share on other sites More sharing options...
shacker Posted March 28, 2012 Share Posted March 28, 2012 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 More sharing options...
regalofeliz Posted March 29, 2012 Author Share Posted March 29, 2012 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 More sharing options...
regalofeliz Posted March 29, 2012 Author Share Posted March 29, 2012 OK SOLUCIONADO gracias por todo funcionó a la perfección Link to comment Share on other sites More sharing options...
ricardo oriol Posted August 21, 2012 Share Posted August 21, 2012 Muchas gracias por la solución. Link to comment Share on other sites More sharing options...
shacker Posted August 21, 2012 Share Posted August 21, 2012 Recuerda cambiar el titulo a solucionado. Estamos para ayudarte Link to comment Share on other sites More sharing options...
Recommended Posts