The program works great in Internet Explorer, but it chokes sometimes in Netscape. What is wrong?
The HTML output of the script is very basic HTML code that should be easily interpreted by most browsers, but there are a few things to keep in mind. First, the script pulls in the HTML code that you define with your template.html file for the look and feel of your shopping cart. If your template.html file is not compatible with multiple browsers, then the script won’t be either. Netscape can be particularly frustrating because if it doesn’t like your code, sometimes it won’t display anything at all. Keep in mind also that if you are using SSL to secure checkout, your template page has to work using that URL as well as a non-secure URL. Definitely check the template.html for browser compatibility through a secure URL before you put the shopping cart into production. If you are using Authorize.net you must use full secure URLs for all the images and links on your template page or it won’t work correctly in any browser! Style Sheets can present big browser compatibility problems too and