Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

forty5cal1911

Archived
  • Posts

    6
  • Joined

  • Last visited

Everything posted by forty5cal1911

  1. Fixed. Thanks Jack and all others who contributed to this great resource.
  2. I have successfully installed the catalog, and admin portions of the header tags contribution. However when I was editing my index.php during the Catalog install portion I could not find around line 247 ?> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> So I just pasted the replacement code in at line 231. We initially used a template for the layout on the site and as I understand sometimes certain code is missing. Everything seems to be working, however when I view a product page at the top I am seeing this code displayed if (isset($HTTP_GET_VARS['manufacturers_id'])) $db_query = tep_db_query("select manufacturers_htc_title_tag as htc_title, manufacturers_htc_description as htc_description from " . TABLE_MANUFACTURERS_INFO . " where languages_id = '" . (int)$languages_id . "' and manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); else $db_query = tep_db_query("select categories_htc_title_tag as htc_title, categories_htc_description as htc_description from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$current_category_id . "' and language_id = '" . (int)$languages_id . "'"); $htc = tep_db_fetch_array($db_query); ?> Please give me some guidance as to where this snippet of code should be inserted in relation to other entries in index.php. I am in dire need of help b/c the site must be functional for business tomorrow. Thanks Phil
  3. Just for everyone's information I'm running OSCommerce 2.2 MS2 and PHP 4.4.4
  4. This is my first foray into search engine optimization for my e-commerce site. I am having problems locating certain strings of code in the index.php. To start with, following the directions in Install_Catalog.txt, Around line 78: Find <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <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> </tr> I have no entries in my index.php that have anything with HEADING_TITLE in them. It seems to not be present. Also the next string of code I cannot find is: Around line 298 Find <td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> I am using EditPlus editor and notepad and have searched for HEADING, HEADING_TITLE, etc to no avail. Is this a big problem? Does that code have to be there and replaced? I am by no means a php programmer. Please Help! Thanks
  5. I have been having this problem and cannot find a fix for it. Help Anybody? Thanks
  6. I am having the same errors in the default usps shipping module in oscommerce. I have a webtools account. How did you fix this? I have been trying to look through USPS's documentation but cannot glean any really useful information from it. Do I need to edit the usps.php file directly? Any help will be greatly appreciated.
×
×
  • Create New...