Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Ecommerce customization problems
Old 01-17-2008, 10:53 AM Ecommerce customization problems
Junior Talker

Posts: 4
Name: Craig
Trades: 0
Im customizing an oscommerce solution for a client and i've come across a problem when adding my own header graphic. There is approx a 5px gap in between the actual graphic and the breadcrumb underneath which I dont want there but cant get rid of. If someone would be kind enough to look over the code I'd be very grateful as this is my first dabble into oscommerce. Thanks.

stylesheet.css:

Code:
/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
    display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background:#0000FF;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #000000;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.SideinfoBoxHeading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:transparent;
color:#ffffff;
font-variant:small-caps;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* left menu */

.left-content {
    background-image:url(images/leftbg.jpg);
    padding: 10px;
}

.SideinfoBoxContents {
background:transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.5;
}

.main-content {
    background: #fafafa;
    padding: 10px;
}
application_top.php:

PHP Code:
<?php
/*
  $Id: $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2007 osCommerce

  Released under the GNU General Public License
*/

// start the timer for the page parse time log
  
define('PAGE_PARSE_START_TIME'microtime());

// set the level of error reporting
  
error_reporting(E_ALL & ~E_NOTICE);

// check support for register_globals
  
if (function_exists('ini_get') && (ini_get('register_globals') == false) && (PHP_VERSION 4.3) ) {
    exit(
'Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. Please use PHP 4.3+ if register_globals cannot be enabled on the server.');
  }

// Set the local configuration parameters - mainly for developers
  
if (file_exists('includes/local/configure.php')) include('includes/local/configure.php');

// include server parameters
  
require('includes/configure.php');

  if (
strlen(DB_SERVER) < 1) {
    if (
is_dir('install')) {
      
header('Location: install/index.php');
    }
  }

// define the project version
  
define('PROJECT_VERSION''osCommerce Online Merchant v2.2 RC1');

// some code to solve compatibility issues
  
require(DIR_WS_FUNCTIONS 'compatibility.php');

// set the type of request (secure or not)
  
$request_type = (getenv('HTTPS') == 'on') ? 'SSL' 'NONSSL';

// set php_self in the local scope
  
if (!isset($PHP_SELF)) $PHP_SELF $HTTP_SERVER_VARS['PHP_SELF'];

  if (
$request_type == 'NONSSL') {
    
define('DIR_WS_CATALOG'DIR_WS_HTTP_CATALOG);
  } else {
    
define('DIR_WS_CATALOG'DIR_WS_HTTPS_CATALOG);
  }

// include the list of project filenames
  
require(DIR_WS_INCLUDES 'filenames.php');

// include the list of project database tables
  
require(DIR_WS_INCLUDES 'database_tables.php');

// customization for the design layout
  
define('BOX_WIDTH'190); // how wide the boxes should be in pixels (default: 125)

// include the database functions
  
require(DIR_WS_FUNCTIONS 'database.php');

// make a connection to the database... now
  
tep_db_connect() or die('Unable to connect to database server!');

// set the application parameters
  
$configuration_query tep_db_query('select configuration_key as cfgKey, configuration_value as cfgValue from ' TABLE_CONFIGURATION);
  while (
$configuration tep_db_fetch_array($configuration_query)) {
    
define($configuration['cfgKey'], $configuration['cfgValue']);
  }

// if gzip_compression is enabled, start to buffer the output
  
if ( (GZIP_COMPRESSION == 'true') && ($ext_zlib_loaded extension_loaded('zlib')) && (PHP_VERSION >= '4') ) {
    if ((
$ini_zlib_output_compression = (int)ini_get('zlib.output_compression')) < 1) {
      if (
PHP_VERSION >= '4.0.4') {
        
ob_start('ob_gzhandler');
      } else {
        include(
DIR_WS_FUNCTIONS 'gzip_compression.php');
        
ob_start();
        
ob_implicit_flush();
      }
    } else {
      
ini_set('zlib.output_compression_level'GZIP_LEVEL);
    }
  }

// set the HTTP GET parameters manually if search_engine_friendly_urls is enabled
  
if (SEARCH_ENGINE_FRIENDLY_URLS == 'true') {
    if (
strlen(getenv('PATH_INFO')) > 1) {
      
$GET_array = array();
      
$PHP_SELF str_replace(getenv('PATH_INFO'), ''$PHP_SELF);
      
$vars explode('/'substr(getenv('PATH_INFO'), 1));
      for (
$i=0$n=sizeof($vars); $i<$n$i++) {
        if (
strpos($vars[$i], '[]')) {
          
$GET_array[substr($vars[$i], 0, -2)][] = $vars[$i+1];
        } else {
          
$HTTP_GET_VARS[$vars[$i]] = $vars[$i+1];
        }
        
$i++;
      }

      if (
sizeof($GET_array) > 0) {
        while (list(
$key$value) = each($GET_array)) {
          
$HTTP_GET_VARS[$key] = $value;
        }
      }
    }
  }

// define general functions used application-wide
  
require(DIR_WS_FUNCTIONS 'general.php');
  require(
DIR_WS_FUNCTIONS 'html_output.php');

// set the cookie domain
  
$cookie_domain = (($request_type == 'NONSSL') ? HTTP_COOKIE_DOMAIN HTTPS_COOKIE_DOMAIN);
  
$cookie_path = (($request_type == 'NONSSL') ? HTTP_COOKIE_PATH HTTPS_COOKIE_PATH);

// include cache functions if enabled
  
if (USE_CACHE == 'true') include(DIR_WS_FUNCTIONS 'cache.php');

// include shopping cart class
  
require(DIR_WS_CLASSES 'shopping_cart.php');

// include navigation history class
  
require(DIR_WS_CLASSES 'navigation_history.php');

// check if sessions are supported, otherwise use the php3 compatible session class
  
if (!function_exists('session_start')) {
    
define('PHP_SESSION_NAME''osCsid');
    
define('PHP_SESSION_PATH'$cookie_path);
    
define('PHP_SESSION_DOMAIN'$cookie_domain);
    
define('PHP_SESSION_SAVE_PATH'SESSION_WRITE_DIRECTORY);

    include(
DIR_WS_CLASSES 'sessions.php');
  }

// define how the session functions will be used
  
require(DIR_WS_FUNCTIONS 'sessions.php');

// set the session name and save path
  
tep_session_name('osCsid');
  
tep_session_save_path(SESSION_WRITE_DIRECTORY);

// set the session cookie parameters
   
if (function_exists('session_set_cookie_params')) {
    
session_set_cookie_params(0$cookie_path$cookie_domain);
  } elseif (
function_exists('ini_set')) {
    
ini_set('session.cookie_lifetime''0');
    
ini_set('session.cookie_path'$cookie_path);
    
ini_set('session.cookie_domain'$cookie_domain);
  }

// set the session ID if it exists
   
if (isset($HTTP_POST_VARS[tep_session_name()])) {
     
tep_session_id($HTTP_POST_VARS[tep_session_name()]);
   } elseif ( (
$request_type == 'SSL') && isset($HTTP_GET_VARS[tep_session_name()]) ) {
     
tep_session_id($HTTP_GET_VARS[tep_session_name()]);
   }

// start the session
  
$session_started false;
  if (
SESSION_FORCE_COOKIE_USE == 'True') {
    
tep_setcookie('cookie_test''please_accept_for_session'time()+60*60*24*30$cookie_path$cookie_domain);

    if (isset(
$HTTP_COOKIE_VARS['cookie_test'])) {
      
tep_session_start();
      
$session_started true;
    }
  } elseif (
SESSION_BLOCK_SPIDERS == 'True') {
    
$user_agent strtolower(getenv('HTTP_USER_AGENT'));
    
$spider_flag false;

    if (
tep_not_null($user_agent)) {
      
$spiders file(DIR_WS_INCLUDES 'spiders.txt');

      for (
$i=0$n=sizeof($spiders); $i<$n$i++) {
        if (
tep_not_null($spiders[$i])) {
          if (
is_integer(strpos($user_agenttrim($spiders[$i])))) {
            
$spider_flag true;
            break;
          }
        }
      }
    }

    if (
$spider_flag == false) {
      
tep_session_start();
      
$session_started true;
    }
  } else {
    
tep_session_start();
    
$session_started true;
  }

  if ( (
$session_started == true) && (PHP_VERSION >= 4.3) && function_exists('ini_get') && (ini_get('register_globals') == false) ) {
    
extract($_SESSIONEXTR_OVERWRITE+EXTR_REFS);
  }

// set SID once, even if empty
  
$SID = (defined('SID') ? SID '');

// verify the ssl_session_id if the feature is enabled
  
if ( ($request_type == 'SSL') && (SESSION_CHECK_SSL_SESSION_ID == 'True') && (ENABLE_SSL == true) && ($session_started == true) ) {
    
$ssl_session_id getenv('SSL_SESSION_ID');
    if (!
tep_session_is_registered('SSL_SESSION_ID')) {
      
$SESSION_SSL_ID $ssl_session_id;
      
tep_session_register('SESSION_SSL_ID');
    }

    if (
$SESSION_SSL_ID != $ssl_session_id) {
      
tep_session_destroy();
      
tep_redirect(tep_href_link(FILENAME_SSL_CHECK));
    }
  }

// verify the browser user agent if the feature is enabled
  
if (SESSION_CHECK_USER_AGENT == 'True') {
    
$http_user_agent getenv('HTTP_USER_AGENT');
    if (!
tep_session_is_registered('SESSION_USER_AGENT')) {
      
$SESSION_USER_AGENT $http_user_agent;
      
tep_session_register('SESSION_USER_AGENT');
    }

    if (
$SESSION_USER_AGENT != $http_user_agent) {
      
tep_session_destroy();
      
tep_redirect(tep_href_link(FILENAME_LOGIN));
    }
  }

// verify the IP address if the feature is enabled
  
if (SESSION_CHECK_IP_ADDRESS == 'True') {
    
$ip_address tep_get_ip_address();
    if (!
tep_session_is_registered('SESSION_IP_ADDRESS')) {
      
$SESSION_IP_ADDRESS $ip_address;
      
tep_session_register('SESSION_IP_ADDRESS');
    }

    if (
$SESSION_IP_ADDRESS != $ip_address) {
      
tep_session_destroy();
      
tep_redirect(tep_href_link(FILENAME_LOGIN));
    }
  }

// create the shopping cart & fix the cart if necesary
  
if (tep_session_is_registered('cart') && is_object($cart)) {
    if (
PHP_VERSION 4) {
      
$broken_cart $cart;
      
$cart = new shoppingCart;
      
$cart->unserialize($broken_cart);
    }
  } else {
    
tep_session_register('cart');
    
$cart = new shoppingCart;
  }

// include currencies class and create an instance
  
require(DIR_WS_CLASSES 'currencies.php');
  
$currencies = new currencies();

// include the mail classes
  
require(DIR_WS_CLASSES 'mime.php');
  require(
DIR_WS_CLASSES 'email.php');

// set the language
  
if (!tep_session_is_registered('language') || isset($HTTP_GET_VARS['language'])) {
    if (!
tep_session_is_registered('language')) {
      
tep_session_register('language');
      
tep_session_register('languages_id');
    }

    include(
DIR_WS_CLASSES 'language.php');
    
$lng = new language();

    if (isset(
$HTTP_GET_VARS['language']) && tep_not_null($HTTP_GET_VARS['language'])) {
      
$lng->set_language($HTTP_GET_VARS['language']);
    } else {
      
$lng->get_browser_language();
    }

    
$language $lng->language['directory'];
    
$languages_id $lng->language['id'];
  }

// include the language translations
  
require(DIR_WS_LANGUAGES $language '.php');

// currency
  
if (!tep_session_is_registered('currency') || isset($HTTP_GET_VARS['currency']) || ( (USE_DEFAULT_LANGUAGE_CURRENCY == 'true') && (LANGUAGE_CURRENCY != $currency) ) ) {
    if (!
tep_session_is_registered('currency')) tep_session_register('currency');

    if (isset(
$HTTP_GET_VARS['currency']) && $currencies->is_set($HTTP_GET_VARS['currency'])) {
      
$currency $HTTP_GET_VARS['currency'];
    } else {
      
$currency = (USE_DEFAULT_LANGUAGE_CURRENCY == 'true') ? LANGUAGE_CURRENCY DEFAULT_CURRENCY;
    }
  }

// navigation history
  
if (tep_session_is_registered('navigation')) {
    if (
PHP_VERSION 4) {
      
$broken_navigation $navigation;
      
$navigation = new navigationHistory;
      
$navigation->unserialize($broken_navigation);
    }
  } else {
    
tep_session_register('navigation');
    
$navigation = new navigationHistory;
  }
  
$navigation->add_current_page();

// Shopping cart actions
  
if (isset($HTTP_GET_VARS['action'])) {
// redirect the customer to a friendly cookie-must-be-enabled page if cookies are disabled
    
if ($session_started == false) {
      
tep_redirect(tep_href_link(FILENAME_COOKIE_USAGE));
    }

    if (
DISPLAY_CART == 'true') {
      
$goto =  FILENAME_SHOPPING_CART;
      
$parameters = array('action''cPath''products_id''pid');
    } else {
      
$goto basename($PHP_SELF);
      if (
$HTTP_GET_VARS['action'] == 'buy_now') {
        
$parameters = array('action''pid''products_id');
      } else {
        
$parameters = array('action''pid');
      }
    }
    switch (
$HTTP_GET_VARS['action']) {
      
// customer wants to update the product quantity in their shopping cart
      
case 'update_product' : for ($i=0$n=sizeof($HTTP_POST_VARS['products_id']); $i<$n$i++) {
                                if (
in_array($HTTP_POST_VARS['products_id'][$i], (is_array($HTTP_POST_VARS['cart_delete']) ? $HTTP_POST_VARS['cart_delete'] : array()))) {
                                  
$cart->remove($HTTP_POST_VARS['products_id'][$i]);
                                } else {
                                  if (
PHP_VERSION 4) {
                                    
// if PHP3, make correction for lack of multidimensional array.
                                    
reset($HTTP_POST_VARS);
                                    while (list(
$key$value) = each($HTTP_POST_VARS)) {
                                      if (
is_array($value)) {
                                        while (list(
$key2$value2) = each($value)) {
                                          if (
ereg ("(.*)\]\[(.*)"$key2$var)) {
                                            
$id2[$var[1]][$var[2]] = $value2;
                                          }
                                        }
                                      }
                                    }
                                    
$attributes = ($id2[$HTTP_POST_VARS['products_id'][$i]]) ? $id2[$HTTP_POST_VARS['products_id'][$i]] : '';
                                  } else {
                                    
$attributes = ($HTTP_POST_VARS['id'][$HTTP_POST_VARS['products_id'][$i]]) ? $HTTP_POST_VARS['id'][$HTTP_POST_VARS['products_id'][$i]] : '';
                                  }
                                  
$cart->add_cart($HTTP_POST_VARS['products_id'][$i], $HTTP_POST_VARS['cart_quantity'][$i], $attributesfalse);
                                }
                              }
                              
tep_redirect(tep_href_link($gototep_get_all_get_params($parameters)));
                              break;
      
// customer adds a product from the products page
      
case 'add_product' :    if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id'])) {
                                
$cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1$HTTP_POST_VARS['id']);
                              }
                              
tep_redirect(tep_href_link($gototep_get_all_get_params($parameters)));
                              break;
      
// performed by the 'buy now' button in product listings and review page
      
case 'buy_now' :        if (isset($HTTP_GET_VARS['products_id'])) {
                                if (
tep_has_product_attributes($HTTP_GET_VARS['products_id'])) {
                                  
tep_redirect(tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $HTTP_GET_VARS['products_id']));
                                } else {
                                  
$cart->add_cart($HTTP_GET_VARS['products_id'], $cart->get_quantity($HTTP_GET_VARS['products_id'])+1);
                                }
                              }
                              
tep_redirect(tep_href_link($gototep_get_all_get_params($parameters)));
                              break;
      case 
'notify' :         if (tep_session_is_registered('customer_id')) {
                                if (isset(
$HTTP_GET_VARS['products_id'])) {
                                  
$notify $HTTP_GET_VARS['products_id'];
                                } elseif (isset(
$HTTP_GET_VARS['notify'])) {
                                  
$notify $HTTP_GET_VARS['notify'];
                                } elseif (isset(
$HTTP_POST_VARS['notify'])) {
                                  
$notify $HTTP_POST_VARS['notify'];
                                } else {
                                  
tep_redirect(tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action''notify'))));
                                }
                                if (!
is_array($notify)) $notify = array($notify);
                                for (
$i=0$n=sizeof($notify); $i<$n$i++) {
                                  
$check_query tep_db_query("select count(*) as count from " TABLE_PRODUCTS_NOTIFICATIONS " where products_id = '" $notify[$i] . "' and customers_id = '" $customer_id "'");
                                  
$check tep_db_fetch_array($check_query);
                                  if (
$check['count'] < 1) {
                                    
tep_db_query("insert into " TABLE_PRODUCTS_NOTIFICATIONS " (products_id, customers_id, date_added) values ('" $notify[$i] . "', '" $customer_id "', now())");
                                  }
                                }
                                
tep_redirect(tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action''notify'))));
                              } else {
                                
$navigation->set_snapshot();
                                
tep_redirect(tep_href_link(FILENAME_LOGIN'''SSL'));
                              }
                              break;
      case 
'notify_remove' :  if (tep_session_is_registered('customer_id') && isset($HTTP_GET_VARS['products_id'])) {
                                
$check_query tep_db_query("select count(*) as count from " TABLE_PRODUCTS_NOTIFICATIONS " where products_id = '" $HTTP_GET_VARS['products_id'] . "' and customers_id = '" $customer_id "'");
                                
$check tep_db_fetch_array($check_query);
                                if (
$check['count'] > 0) {
                                  
tep_db_query("delete from " TABLE_PRODUCTS_NOTIFICATIONS " where products_id = '" $HTTP_GET_VARS['products_id'] . "' and customers_id = '" $customer_id "'");
                                }
                                
tep_redirect(tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action'))));
                              } else {
                                
$navigation->set_snapshot();
                                
tep_redirect(tep_href_link(FILENAME_LOGIN'''SSL'));
                              }
                              break;
      case 
'cust_order' :     if (tep_session_is_registered('customer_id') && isset($HTTP_GET_VARS['pid'])) {
                                if (
tep_has_product_attributes($HTTP_GET_VARS['pid'])) {
                                  
tep_redirect(tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $HTTP_GET_VARS['pid']));
                                } else {
                                  
$cart->add_cart($HTTP_GET_VARS['pid'], $cart->get_quantity($HTTP_GET_VARS['pid'])+1);
                                }
                              }
                              
tep_redirect(tep_href_link($gototep_get_all_get_params($parameters)));
                              break;
    }
  }

// include the who's online functions
  
require(DIR_WS_FUNCTIONS 'whos_online.php');
  
tep_update_whos_online();

// include the password crypto functions
  
require(DIR_WS_FUNCTIONS 'password_funcs.php');

// include validation functions (right now only email address)
  
require(DIR_WS_FUNCTIONS 'validations.php');

// split-page-results
  
require(DIR_WS_CLASSES 'split_page_results.php');

// infobox
  
require(DIR_WS_CLASSES 'boxes.php');

// auto activate and expire banners
  
require(DIR_WS_FUNCTIONS 'banner.php');
  
tep_activate_banners();
  
tep_expire_banners();

// auto expire special products
  
require(DIR_WS_FUNCTIONS 'specials.php');
  
tep_expire_specials();

// calculate category path
  
if (isset($HTTP_GET_VARS['cPath'])) {
    
$cPath $HTTP_GET_VARS['cPath'];
  } elseif (isset(
$HTTP_GET_VARS['products_id']) && !isset($HTTP_GET_VARS['manufacturers_id'])) {
    
$cPath tep_get_product_path($HTTP_GET_VARS['products_id']);
  } else {
    
$cPath '';
  }

  if (
tep_not_null($cPath)) {
    
$cPath_array tep_parse_category_path($cPath);
    
$cPath implode('_'$cPath_array);
    
$current_category_id $cPath_array[(sizeof($cPath_array)-1)];
  } else {
    
$current_category_id 0;
  }

// include the breadcrumb class and start the breadcrumb trail
  
require(DIR_WS_CLASSES 'breadcrumb.php');
  
$breadcrumb = new breadcrumb;

  
$breadcrumb->add(HEADER_TITLE_TOPHTTP_SERVER);
  
$breadcrumb->add(HEADER_TITLE_CATALOGtep_href_link(FILENAME_DEFAULT));

// add category names or the manufacturer name to the breadcrumb trail
  
if (isset($cPath_array)) {
    for (
$i=0$n=sizeof($cPath_array); $i<$n$i++) {
      
$categories_query tep_db_query("select categories_name from " TABLE_CATEGORIES_DESCRIPTION " where categories_id = '" . (int)$cPath_array[$i] . "' and language_id = '" . (int)$languages_id "'");
      if (
tep_db_num_rows($categories_query) > 0) {
        
$categories tep_db_fetch_array($categories_query);
        
$breadcrumb->add($categories['categories_name'], tep_href_link(FILENAME_DEFAULT'cPath=' implode('_'array_slice($cPath_array0, ($i+1)))));
      } else {
        break;
      }
    }
  } elseif (isset(
$HTTP_GET_VARS['manufacturers_id'])) {
    
$manufacturers_query tep_db_query("select manufacturers_name from " TABLE_MANUFACTURERS " where manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'");
    if (
tep_db_num_rows($manufacturers_query)) {
      
$manufacturers tep_db_fetch_array($manufacturers_query);
      
$breadcrumb->add($manufacturers['manufacturers_name'], tep_href_link(FILENAME_DEFAULT'manufacturers_id=' $HTTP_GET_VARS['manufacturers_id']));
    }
  }

// add the products model to the breadcrumb trail
  
if (isset($HTTP_GET_VARS['products_id'])) {
    
$model_query tep_db_query("select products_model from " TABLE_PRODUCTS " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'");
    if (
tep_db_num_rows($model_query)) {
      
$model tep_db_fetch_array($model_query);
      
$breadcrumb->add($model['products_model'], tep_href_link(FILENAME_PRODUCT_INFO'cPath=' $cPath '&products_id=' $HTTP_GET_VARS['products_id']));
    }
  }

// initialize the message stack for output messages
  
require(DIR_WS_CLASSES 'message_stack.php');
  
$messageStack = new messageStack;

// set which precautions should be checked
  
define('WARN_INSTALL_EXISTENCE''true');
  
define('WARN_CONFIG_WRITEABLE''true');
  
define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE''true');
  
define('WARN_SESSION_AUTO_START''true');
  
define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE''true');
?>
if you need further code samples please let me know.

I cant show you the actual website due to a few problems im currently having with my web server. I'll try and sort it asap, but im hoping its just a simple coding error.

Regards.

Last edited by CMA_IT; 01-17-2008 at 10:55 AM..
CMA_IT is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-17-2008, 01:46 PM Re: Ecommerce customization problems
phpknowhow's Avatar
Skilled Talker

Posts: 83
Name: Colin
Location: USA
Trades: 0
It might be easier to see if you provide a link. That way I can use Firebug (for Firefox) to quickly determine the styles problem.
__________________

Please login or register to view this content. Registration is FREE
| Freelance PHP solutions for small to midsized projects |
Please login or register to view this content. Registration is FREE
phpknowhow is offline
Reply With Quote
View Public Profile Visit phpknowhow's homepage!
 
Old 01-17-2008, 05:32 PM Re: Ecommerce customization problems
Junior Talker

Posts: 4
Name: Craig
Trades: 0
it doesnt happen in firefox, the gap is only present in internet explorer 6/7 which makes me think its a css problem, i just cant find it.

I thought it might have been because the doctypes in oscommerce dont have the full info..the addresses etc and i thought it might of been the browser being in quirks mode, but i changed the doctypes and its still happening. So any other suggestions? I'll try and get it uploaded somewhere tomorrow.
CMA_IT is offline
Reply With Quote
View Public Profile
 
Old 01-17-2008, 06:56 PM Re: Ecommerce customization problems
phpknowhow's Avatar
Skilled Talker

Posts: 83
Name: Colin
Location: USA
Trades: 0
Ya, if its a cross browser problem, then you have a CSS problem. I would advise you to try and fiddle around with the CSS in both browsers seeing what happens. It will be easier for me to see once uploaded.
__________________

Please login or register to view this content. Registration is FREE
| Freelance PHP solutions for small to midsized projects |
Please login or register to view this content. Registration is FREE
phpknowhow is offline
Reply With Quote
View Public Profile Visit phpknowhow's homepage!
 
Old 01-18-2008, 06:37 AM Re: Ecommerce customization problems
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
probably a white space issue, where IE is rendering a space after the graphic.

make sure that there is no "white space" in the source code between the end of the <img> tag and the closing tag of the image container.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-18-2008, 01:50 PM Re: Ecommerce customization problems
reli4nt's Avatar
Extreme Talker

Posts: 168
Location: New York
Trades: 0
you may also want to check the html for the pages themselves, depending on how you handled the default background image or the sub category images you may be left with some stray table cells or code leading to your css woes.
__________________

Please login or register to view this content. Registration is FREE

Designing the world we live in.
Defining the terms we live by.
reli4nt is offline
Reply With Quote
View Public Profile Visit reli4nt's homepage!
 
Reply     « Reply to Ecommerce customization problems
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.65219 seconds with 12 queries