Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MAC Support


Guest

Recommended Posts

Posted

Does anyone on this forum have any insight as to when a version of osCommerce will support the Safari, Mozilla, and Firefox browsers on a MAC?

Posted

I am finding that certain features are not available, especially on Safari. For example, for every product in our store (www.enduranceco-op.com) there is a drop down list of "available options" for customers to choose their flavor. This works fine for any browser in a PC environment but it doesn't work when using Safari on a MAC.

Posted

Viewing source on your site shows your problems stem from extremely bad coding on your store. For example - this appears midway down your page:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

 

<body>

<p><img src="../images/physique_choc.jpg" width="450" height="265"></p>

 

<p><img src="../images/physique_chocchipwal.jpg" width="450" height="265"></p>

<p><img src="../images/physique_carrot.jpg" width="450" height="265"></p>

<p><img src="../images/physique_bananawal.jpg" width="450" height="265"></p>

<p><img src="../images/physique_peanutbutter.jpg" width="450" height="265"></p>

<p><img src="../images/physique_vanillachip.jpg" width="450" height="265"></p>

<p><img src="../images/physique_apple_raisin_sk.jpg" width="450" height="265"></p>

</body>

</html>

 

and then even further down the same page you have this:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

 

<body>

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">

Looking for a healthy, high-protein cookie that tastes great and provides great

nutrition...but

without all the crud that just about every other comparable product is made with

(i.e. preservatives, refined sugar, and hydrogenated fat)?<br> .....

 

</font>

</body>

</html>

Archived

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

×
×
  • Create New...