Create an account to edit articles | See Formatting Syntax for Wiki syntax | We look forward to your contribution!
You are here: The ProductCart Encyclopedia » How To's » ProductCart and IE 9
ProductCart and IE 9
Internet Explorer 9
Internet Explorer version 9 has now been released. Early Impact released an official patch for ProductCart v4 and v4.1 that addresses a compatibility between IE9 and the jQuery JavaScript framework, which resulted in problems in the storefront, including One Page Chekcout.
http://www.earlyimpact.com/productcart/files/ProductCart_IE9_Fix.zip
Internet Explorer 9 BETA
Place the following code in your ProductCart header file (pc/header.asp) to display a friendly message to users of Internet Explorer 9. This was used by ProductCart-powered stores when IE 9 was in BETA and Early Impact was still investigating compatibility issues.
Here are the steps:
- Download “pc/header.asp”
- Open the file with a text editor
- Add the following snippet directly below the line ”<!–#include file=“inc_header.asp” –>”
<% '// Redirect Internet Explorer 9 Beta '// --> MUST REMOVE ONCE FULL VERSION RELEASED pcv_strUA = Request.ServerVariables("HTTP_USER_AGENT") pcv_strDoRedirect = getUserInput(Request("redirect"),2) pcv_strUA = lcase(pcv_strUA) If instr(pcv_strUA,"msie 9.0") AND pcv_strDoRedirect<>"no" Then response.redirect "msgb.asp?redirect=no&message="&Server.URLEncode("Dear Valued Customer, you are using a browser that is in BETA. Unfortunately, Internet Explorer 9 Beta is not ready. Please try another browser that is more stable.") End If %> - Save the file and upload it to your server. Please make a backup before you replace the original file.
Please remember to remove the code above if you implemented it in your store and no longer need it in place.
Trace: • Orders: Where a Build To Order Product Configuration is Stored • Order status codes • Starting a ProductCart Session • Technical notes on tax data files • Understanding Session Time-outs or Loss of Session • Securing version 2 stores • Adding a Facebook Like Button to your storefront • Adding tracking code to the Order Completion page • Adding A New Payment Gateway • ProductCart and IE 9