hulk Posted March 18, 2011 Share Posted March 18, 2011 Bonjour a touspour afficher une image miniature du produit dans le récapitulatif du commande on fait appel a l'image de cette façon : getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.name|escape:'htmlall':'UTF-8'}" /> , cet Id_image est une combinaison de id_product et id_image par cette ligne $orderProduct['image'] = $link->getImageLink($orderProduct['link_rewrite'], intval($orderProduct['id_product']).'-'.intval($orderProduct['id_image']), 'small'); .ce que je veux c d'afficher les miniatures de quelques produits liés dans ce récapitulatif bien sur avec le nom est les prix et ça j'ai réussi a faire mais ça me reste le problème de l'id_image. Link to comment Share on other sites More sharing options...
hulk Posted March 22, 2011 Author Share Posted March 22, 2011 ok c réglé avec cette ligne 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