Webcraft Posted April 15, 2009 Posted April 15, 2009 Hi, I am creating a site for wholesale jewellery orders. The client has said that a typical order with many items on it - which is what they are anticipating - will be very long, require a lot of scrolling and will cause the customer to worry that they have ordered too much. They would prefer it if the cart showed just a text description of the products in the cart. I have looked through shopping_cart.php but cannot find any way of removing just the image - can anyone point me in the right direction, or advise me if this is not going to be possible? (I've searched the forums for this, but it doesn't seem to be something anyone has wanted to do before). As usual, thanks very much to anyone who can offer some pointers here. - Webcraft
Guest Posted April 15, 2009 Posted April 15, 2009 Hi, I am creating a site for wholesale jewellery orders. The client has said that a typical order with many items on it - which is what they are anticipating - will be very long, require a lot of scrolling and will cause the customer to worry that they have ordered too much. They would prefer it if the cart showed just a text description of the products in the cart. I have looked through shopping_cart.php but cannot find any way of removing just the image - can anyone point me in the right direction, or advise me if this is not going to be possible? (I've searched the forums for this, but it doesn't seem to be something anyone has wanted to do before). As usual, thanks very much to anyone who can offer some pointers here. - Webcraft Comment out this line in shopping_cart.php: ' <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>' .
Webcraft Posted April 15, 2009 Author Posted April 15, 2009 Comment out this line in shopping_cart.php: ' <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>' . Quick and easy. Thanks very much baddog. - W
Recommended Posts
Archived
This topic is now archived and is closed to further replies.