Guest Posted May 17, 2004 Posted May 17, 2004 Ok, I have aproblem at the top and I can't figure it out. I'm not sure where to look and I've given up! Anyone direct me to the right spot.... Thanks!
241 Posted May 18, 2004 Posted May 18, 2004 TABLE_HEADING_IMAGE is defined in catalog/includes/languages/english/index.php and as this is 241 yrt this to resolve your display issue when on first load your page is compressed and the footer is out of place. PAGE DISPLAYS WRONG ON FIRST LOAD catalog/includes/application_top.php on the line below <?php at the very beginning of the file, add ini_set ( 'session.use_trans_sid', 0); 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.
Guest Posted May 18, 2004 Posted May 18, 2004 This is what is listed in that file. <?php/* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'Welcome to <B>5 Alarm Gifts</B>, here you will find great <b>products</b>. This site will be updated very often, so make sure that you check back often.'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Now, I think that I'm missing that particular "define" and I have no idea how to re-write it back into the script. Anyone give me a quick hand with that? PS - Thanks for that modification for my footer. I had no idea how to fix that & I was going to ask later on...... Thanks!
241 Posted May 18, 2004 Posted May 18, 2004 This is how it would look in the file define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); Notice the define for image define('TABLE_HEADING_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.
241 Posted May 18, 2004 Posted May 18, 2004 glad to be of assist, your store looks just like mine now :lol: 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.