Jump to content

Productos nuevo en el home tipo featured


patinea

Recommended Posts

Buenas tardes,

resulta que he duplicado mi modulo de productos destacados en el home, y lo que quiero mostrar son los 8 últimos productos insertados, pero no hay manera, he probado a modificar la linea del php asi:

$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 8), "position");

por esta otra:

$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 8), 'date_add', 'DESC');

También cambiando el date_add por el id_product, pero no hay manera, me muestra 8 productos que no son los últimos.

Alguna idea ?

La página es esta:

http://goo.gl/jgtKUR

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...