mystifier_uk Posted March 8, 2006 Posted March 8, 2006 When you have added a product to your shopping cart, and you click on 'Cart Contents', you get the thumbnail image along with the title of the product, quantity and total price. I was wondering how easy it was to remove the thumbnail images from the cart contents page? :blink:
jasonabc Posted March 8, 2006 Posted March 8, 2006 in catalog > shopping_cart.php remove this line of code: ' <td class="productListing-data" align="center"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '">' . tep_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a></td>' . cheers Jason Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.