cvelardi Posted February 14, 2004 Share Posted February 14, 2004 I installed a cart for a client and it installed as osCommerce 2.2ms2 which functions a little different than other OSCommerce carts I've installed. Two things: First, it seems that even thought the store front is setup up properly with email addresses added, when a sale is completed, the purchaser receives their email but the store owner doesn't receive any notification. Any reason why??? Second, when anyone clicks on one of the catagories, the next screen is the one with the header that says "Let's See What We Have Here". To the right of the header is suppose to be an icon that doesn't appear. Just an indication box with text. All other icons are in place. Where can I find the script that calls this icon so I could put one in or change the script to eliminate it? Thanks, Craig Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2004 Share Posted February 14, 2004 I'm in the middle of setting up my staging server again, but here is what it looks like I did to make this happen on my website (removing the image by "let's see what we have here"): Find all instances of <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> and change them to <!-- <td class="pageHeading" align="right">//<?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> --> in /catalog/index.php It seems like there were other pages where I needed to do the same thing, lemme look. Ahh, yes. There are similar (though not identical) lines in other pages like /catalog/products_new.php. Just search the file for .gif and you'll find them. They always seem to be near HEADING_TITLE. Lemme know if that doesn't work for you. -jared Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2004 Share Posted February 14, 2004 as always, be sure to back up your files first, or make changes on a staging server before changing the live server. -jared Link to comment Share on other sites More sharing options...
241 Posted February 14, 2004 Share Posted February 14, 2004 if the image is missing it could be a permission issue or a missing image No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
cvelardi Posted February 15, 2004 Author Share Posted February 15, 2004 Jared - Thanks, I'll look into it. In other places within index.php it is like this <?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', with a GIF file called, but not in a couple of other places - one of which you mentioned. Could the GIF be mistakingly missing??? Steve - When I right click on the image, the URL ends .../images/ this is where the file name should be. There's no file name? I'll report back as soon as I can look into this. Link to comment Share on other sites More sharing options...
Guest Posted February 19, 2004 Share Posted February 19, 2004 It's certainly possible that the images have gotten deleted somehow. The comments I made were intended to help you comment out the lines that are supposed to display the image, which perhaps wasn't what you wanted to do. If you look at the page source, and then the source .php, you can see which images are the ones that are supposed to be displaying. Most of those images (you can see from the URL in the "view source" of the web page") are in /catalog/images. I didn't want to see mine anyway, so I just commented all of those lines out. -jared Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.