berto9999 Posted February 26, 2008 Posted February 26, 2008 When I click on my catorgoris the heading is lets see what we have here and on the home page it says Whats new here how can i change this thanks rob
Guest Posted February 26, 2008 Posted February 26, 2008 Look in catalog/includes/languages/english/index.php
berto9999 Posted February 26, 2008 Author Posted February 26, 2008 Look in catalog/includes/languages/english/index.php Thanks what about the little images that go with it. Also the let see what we have he comes up on every page selected under the categories box however can you change this for each page rather than changing it to something like products rob
Guest Posted February 27, 2008 Posted February 27, 2008 Which images are you talking about? As to the other part look at this http://www.oscommerce.info/kb/osCommerce/G..._and_Tricks/257
berto9999 Posted February 27, 2008 Author Posted February 27, 2008 Which images are you talking about? As to the other part look at thishttp://www.oscommerce.info/kb/osCommerce/G..._and_Tricks/257 The ones to the right of lets see what we have here and whats new here
Guest Posted February 27, 2008 Posted February 27, 2008 Those images are in all of your store front pages. I'm not sure if there is a contribution to remove them or not, but the way I did it was like so. In catalog/index.php aroud line 300 find <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> Change to <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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.