Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Oscommerce and IE problem


bozek

Recommended Posts

Hello,

can someone help me please?

I have e-shop on oscommerce with few my own code, but I have following problem which occurs only in Internet Explorer.

When the shopping cart is empty and I click on "buy now" button in products listing, the page with shopping cart wis still empty, but when I refresh the page, my product will appear. If I have allready in my basket some products and I click on "buy now", I have to refresh (ctrl-R or F5) page again to see next new product in my basket.

In FireFox and Opera is everything OK.

 

I tried disable caching for example with:

Header set Expires "Thu, 19 Nov 1981 08:52:00 GM"

Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"

Header set Pragma "no-cache"

 

or with

<meta http-equiv="Pragma" content="no-cache" />

<meta http-equiv="Expires" content="-1" />

<meta http-equiv="Cache-Control" content="no-cache" />

 

I tried change HTTP_COOKIE_DOMAIN, HTTP_COOKIE_PATH and HTTPS equivalences in configure.php but nothing help :(

Does someone had similar problem?

 

Kind, B.Holubec

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...