Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Image (where is it?)


Guest

Recommended Posts

I'm stuck - I've changed almost everything I think I need to in order to make my site look as I want it to, however I cant find and remove the image in the header bar on the front page - what looks like a desk with cash register to the right of the 'Welcome...would you like to log in...' text (not the store logo). I've removed the header text with the intention of replacing it with a 'Welcome to..' image, but couldn't find the reference to the image on the right. Could someone please direct me to the right file and rough whereabouts - this one is driving me up the wall! Also, if anyone knows, what line should I comment out to remove the requirement to select a country in the create account page (again - what file, and where within it?)

 

Any guidance is massively appreciated - I just can't find what I'm looking for!

 

www.happyhorsesupplies.co.uk if anyone want's to see what I mean

 

Thanks!

Link to comment
Share on other sites

many of the headings etc are in catalog/includes/languages/english.php

 

catalog/index.php for the image. Look for:

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

Remove the whole line or just place a new image you want to show there in the images folder and name it table_background_default.gif

 

Ann

Heritage Church

Ann B. Craft

Heritage Church

Moultrie, GA - USA

Link to comment
Share on other sites

many of the headings etc are in catalog/includes/languages/english.php

 

catalog/index.php for the image. Look for:

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

Remove the whole line or just place a new image you want to show there in the images folder and name it table_background_default.gif

 

Ann

Heritage Church

 

 

Thank you! Sorted. Now to fix the create account page...

Link to comment
Share on other sites

Thank you! Sorted. Now to fix the create account page...

 

 

What is wrong with Create Account Page?

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...