Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

internet explorer display issues


Theorl

Recommended Posts

trying to setup a basic ecommerce site for a friend and i am having some issues with the display of a site using OScommerce 2.3.1 in IE 6, and whatever comes with win7.

looks fine in FF and opera. then i decided to dust off IE.

 

however, in IE it is not finding stylesheet.css or using cookies.

 

i have replaced includes/header.php, sylesheet.php, includes/header.php and includes_top.php with the original files.

 

when you move the mouse over the category box the box outline shows up only when you move over the links and cookies still not happening.

i have tried altering the base href and also $request_type = (getenv('HTTPS') == 'off') ? 'SSL' : 'NONSSL';

 

to start with, even images were not working. but i got that sorted eventually.

first part of the configure.php looks like...

 

define('HTTP_SERVER', 'http://www.larp-gear.co.uk');

define('HTTPS_SERVER', 'http://www.larp-gear.co.uk');

define('HTTP_CATALOG_SERVER', 'http://larp-gear.co.uk');

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.larp-gear.co.uk');

define('HTTPS_COOKIE_DOMAIN', 'www.larp-gear.co.uk');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

i have tried with and without the trailing / and also removed the / from the paths. still i am only getting partial CSS and no cookies.

 

the only real alteration i made to the CSS was adding (which i have now removed)

 

background-image: url(/images/tornbg.jpg), url(/images/tornbgbg.jpg), url(/images/tornbgbg.jpg);

background-position: center;

background-origin: border-box, content-box;

background-repeat: repeat-y, repeat;

 

to the BODY { }

 

i dont know php very well at all or CSS. been over 10 years since i went near this sort of thing, and back then it was CGI and ASP.

 

from the reviews and comments i have read, oscommerce is pretty much the best out there, however, i really need to get it to display properly in IE. unfortunately.

 

any help would be appreciated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...