Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where to find


whitehawk43

Recommended Posts

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

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

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

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

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...