Jump to content

I want to DELETE picture out of the shopping cart


tukker

Recommended Posts

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

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.

 

post-295534-0-71464800-1419278090_thumb.jpg

Edited by tukker (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...