Guest Posted September 5, 2006 Posted September 5, 2006 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?
joemurray Posted September 5, 2006 Posted September 5, 2006 What do you mean? I'm on a mac right now building my own store and everything looks great in Firefox and Safari.
Guest Posted September 5, 2006 Posted September 5, 2006 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.
joemurray Posted September 5, 2006 Posted September 5, 2006 Ah. I see what you mean. That IS pretty interesting.
jasonabc Posted September 5, 2006 Posted September 5, 2006 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> Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.