Hello,
Does anyone know how to put the product image on the confirmation page? I tried this:
<td><div id="cartImage" class="back"><?php echo $order->products[$i]['productsImage']; ?></div></td>
but to no avail, I don't know what is the name of the element to show the image. Can someone help? Thanks.



