Hi all....
I have looked all around trying to find out a way to remove the thumbnail that shows up when you are looking at the shopping cart.
Due to the way I'm preparing my products, I'd prefer if there was no image there.
hopefully someone can chime in
Thanks
/catalog/view/theme/default/template/checkout
cart.tpl
at around line 23 remove
and around line 37 replace this
with this
any problems let me know..
cart.tpl
at around line 23 remove
Code: Select all
<th align="center"><?php echo $column_image; ?></th>
Code: Select all
<td align="center"><a href="<?php echo str_replace('&', '&', $product['href']); ?>"><img src="<?php echo $product['thumb']; ?>"> alt="<?php echo $product['name']; ?>" /></a></td>
Code: Select all
<td align="center"><a href="<?php echo str_replace('&', '&', $product['href']); ?>" alt="<?php echo $product['name']; ?>" /></a></td>
Who is online
Users browsing this forum: Bing [Bot] and 14 guests