Tox Posted May 27, 2010 Share Posted May 27, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now