Tutorial "how to display products images in the basket" to Quick.Cart v6.0 is moved to plugin: http://opensolution.org/download,en,18.html?sDir=Quick.Cart/plugins#imagesInBasket
For Quick.Cart v6+ In Orders.php you need to add this line: <th> <img src="'.DIR_FILES.'75/'.$aData['sName'].'.jpg"> </th> before: <th> <a href="'.$aData['sLinkName'].'">'.$aData['sName'].'</a> </th> in function listProducts() I know is not elegant and you need to names products in lowcase but im not a php programet, I just need this solution and i find a way like this.