Hi!
I used to output product images in drop down cart module of my template with <?php foreach ($data->products as $product){ .... echo $product['image'];?>
.
After recent updates, I can't find product images in $data->products . Can anyone shed light on how to find the images now?
Cheers