tukker Posted December 21, 2014 Share Posted December 21, 2014 (edited) I want to DELETE the picture out the shopping cart. I placed the shopping cart in the right column. See image. In the image you also can see what I like. So, no image, but only text. Can somebody tell me what I have to change in the code. Best regards, Erik Edited December 21, 2014 by tukker (see edit history) Link to comment Share on other sites More sharing options...
mickeyboy1 Posted December 22, 2014 Share Posted December 22, 2014 Goto themes/YOUR-THEME/modules/blockcart/blockcart.tpl and comment out the following line (around line 63) <a class="cart-images" href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'cart_default')}" alt="{$product.name|escape:'html':'UTF-8'}" /></a> Link to comment Share on other sites More sharing options...
tukker Posted December 22, 2014 Author Share Posted December 22, 2014 (edited) Yes thanks. It works, but not very well. Only when I refresh the page the image is gone. See the image. The last product is without refresh. So you see a picture. Another question. I want the price on the same row. Not a return. How do I fix that ? And also move the whole row to the left. Edited December 22, 2014 by tukker (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts