whitehawk43 Posted November 17, 2008 Share Posted November 17, 2008 I have been looking all over and can't find the place holder for the cart.gif I found the image and removed I just can;t find the file that calls the image Ben Link to comment Share on other sites More sharing options...
Guest Posted November 18, 2008 Share Posted November 18, 2008 Where are you actually seeing the image...or the red x now that you've deleted it from your images folder? In your header? In your shopping cart? Visit catalog>includes>header.php or catalog>shopping_cart.php You don't have to delete the image...just comment out the line it appears on in whatever file. Put two forward slashes in front of the echo call for the image, like...in your shopping_cart.php file: <?php //echo tep_image(DIR_WS_IMAGES . 'table_background_cart.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> - Andrea Link to comment Share on other sites More sharing options...
whitehawk43 Posted November 18, 2008 Author Share Posted November 18, 2008 Where are you actually seeing the image...or the red x now that you've deleted it from your images folder? In your header? In your shopping cart? Visit catalog>includes>header.php or catalog>shopping_cart.php You don't have to delete the image...just comment out the line it appears on in whatever file. Put two forward slashes in front of the echo call for the image, like...in your shopping_cart.php file: <?php //echo tep_image(DIR_WS_IMAGES . 'table_background_cart.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> - Andrea Hi Andrea I am seein the red x in my check out under order history durin the check out process on the page that has checkout_comfirmation_php page and checkout_payment_php the order history is listed in the left hand coloum titled order history Thanks Ben Link to comment Share on other sites More sharing options...
whitehawk43 Posted November 21, 2008 Author Share Posted November 21, 2008 HELP ...... HELP......... :o Still can't find the **** place holder I am seein the red x in my check out under order history durin the check out process on the page uses checkout_comfirmation_php and checkout_payment_php the order history is listed in the left hand coloum titled order history Any help would be ever so great ...... Ben Link to comment Share on other sites More sharing options...
whitehawk43 Posted November 21, 2008 Author Share Posted November 21, 2008 Update ........ Took care of the problem....... To remove the image place holder i.e. the red x and box......... I went to : /public_html/includes/boxes/order_history.php and removed line:38 Hope this might help some one else Ben Link to comment Share on other sites More sharing options...
Jennyh Posted January 27, 2009 Share Posted January 27, 2009 Just wanted to share what I did... I copied the pixel_trans.gif image and renamed it cart.gif - uploaded it to images/icons and bingo... worked perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.