Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anyone know what the problem may be?


Recommended Posts

Posted

Well... I tried to make the little graphic dissapear (the one under the banner and above the item's or info and to the right of the middle section).

 

I did this by creating a blank white image (to blend in with the background). This worked great for the first page... but the problem is now on every other page. For some reason all the other pages now display a red x box where that graphic was.

 

I'm not sure now what I did wrong or where/how to correct it. Can anyone offer some information?

 

My website is at: www.eWholesaleSunglasses.com and please.. go easy.. I'm a total newbie and have been fighting my way for weeks trying to learn php and how to do even the most basics of everything.

 

I appreciate anyone's help in this matter! :)

Posted

Did you add a graphic for the cat/s when you set it up ?

Your online success is Paramount.

Posted

You would be better off removing the images instead of trying to cover them up. To remove them, you need to edit each page that has an image you do not want. For example on the Shipping page, find this code

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

and change it to

 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

Thank you Jack... I appreciate your help! I was originally trying to avoid doing that because well... shhh... I kill my website alot when i try editing php.. haha! But since you gave me such a great example, I guess I'll give it a try. Wish me luck!

 

You would be better off removing the images instead of trying to cover them up.  To remove them, you need to edit each page that has an image you do not want. For example on the Shipping page, find this code
 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
? ? ? ? ? ?<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
? ? ?

and change it to

 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

Jack

Archived

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

×
×
  • Create New...