Jump to content

Sélection de produits


Recommended Posts

Bonjour,

j'ai un module qui me récupère mes nouveaux produits.

$newProducts = Product::getNewProducts(intval($params['cookie']->id_lang), 0, Configuration::get('NEW_PRODUCTS_NBR'));



Est-ce que c'est possible de faire pareil en demandant les 50 derniers produits ajoutés, exemple :

$mesProducts = Product::getDerniersProducts(intval($params['cookie']->id_lang), 50);



Merci

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...