NCMarketing Posted February 19 Share Posted February 19 Bonjour à tous, J'effectue une refonte totale des e-mails transactionnels. Je souhaiterais ajouter la photo du produit dans l'e-mail de confirmation de commande. J'ai tenté plusieurs choses, mais rien n'a été efficace (code ci-dessous) - Quelqu'un serait en mesure de m'éclairer ? Merci d'avance <img src="{$link->getImageLink($orderItem.reference, $orderItem.id_image, 'small_default')}" alt="{$orderItem.name}" style="max-width: 100px;"> --- ou --- <img src="{$link->getImageLink($product.reference, $product.id_image, 'large_default')}" alt="{$product.name}"> 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