Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

? What could be wrong ?


Recommended Posts

Posted

:'( Ok, i've been trying for days to get rid of that little default graphic that is below the main banner and in the middle (body) of the page. I believe it was called table_background_default.gif.

 

Well, I was able to get the graphic edited out on the main page... but now on every single other page it shows a little red x in a box in that place.

 

I'm figuring i must have screwed up the code somewhere so now it wont even link to a clear gif i renamed to table_background_default.git (I was trying to hide it). I still just get the red x.

 

I was also told I could edit out the code for the pic on every single page. Well, I guess that would be my next option.. but I dont understand how to do that.

 

Can someone tell me where to find each individual page file to delete that code out of ... and also the exact code that should be removed? I'm a newbie and at the end of my rope trying to delete out that stupid little graphic! :blink:

 

If you would like to see my website and where i'm talking about... it's at www.eWholesaleSunglasses.com and you will see it if you click on any category on the left column. (P.S. be nice... I know it's very stock oscommerce)

 

Thank you yet again for your help. :thumbsup:

Posted

Find every instance like this

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
           <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

and kill this part of the above statement.

 

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

 

This will change on each one...

table_background_default.gif

 

 

That will get rid of the little devils.

 

:)

 

 

 

 

 

 

:'(  Ok, i've been trying for days to get rid of that little default graphic that is below the main banner and in the middle (body) of the page.  I believe it was called table_background_default.gif.

 

Well, I was able to get the graphic edited out on the main page... but now on every single other page it shows a little red x in a box in that place.

 

I'm figuring i must have screwed up the code somewhere so now it wont even link to a clear gif i renamed to table_background_default.git (I was trying to hide it).  I still just get the red x.

 

I was also told I could edit out the code for the pic on every single page.  Well, I guess that would be my next option.. but I dont understand how to do that. 

 

Can someone tell me where to find each individual page file to delete that code out of ... and also the exact code that should be removed?  I'm a newbie and at the end of my rope trying to delete out that stupid little graphic!  :blink:

 

If you would like to see my website and where i'm talking about... it's at www.eWholesaleSunglasses.com and you will see it if you click on any category on the left column.  (P.S.  be nice... I know it's very stock oscommerce)

 

Thank you yet again for your help.  :thumbsup:

Posted

Thank you TJ!!!! Can you tell me where I can find the files to make those changes in? That seems to always be a problem for me figuring out which file to edit. Thanks!

 

 

 

Find every instance like this

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
           <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

and kill this part of the above statement.

 

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

 

This will change on each one...

table_background_default.gif

That will get rid of the little devils.

 

:)

 

.

Posted

All .php files in the MAIN (catalog) directory of your store :|

 

Yip all of them ....

 

Back them up first, ok. and have a blast ! :)

 

 

TJ

 

 

 

 

Thank you TJ!!!!  Can you tell me where I can find the files to make those changes in?  That seems to always be a problem for me figuring out which file to edit.  Thanks!

.

Posted

The 'quick and dirty' solution is to restore your main page, then open all of the table_background files in an image editor like Photoshop, and fill them with the same background colour as your page, and then upload them to your images folder. They'll still be there, but neither you nor anyone else will see them, and it will keep the page layout intact.

 

Vger

Posted

Generally, that leaves a space at the top of the page, though, that's why I always delete the image reference...

 

Either way works good though.

 

 

 

 

 

 

 

The 'quick and dirty' solution is to restore your main page, then open all of the table_background files in an image editor like Photoshop, and fill them with the same background colour as your page, and then upload them to your images folder.  They'll still be there, but neither you nor anyone else will see them, and it will keep the page layout intact.

 

Vger

Archived

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

×
×
  • Create New...