Jump to content

[Solved] IE10 bugs. Double items in cart and no images


Recommended Posts

Hello

 

I'm working on a new shop. I'm normally using Firefox and everything works in that browser. I just wanted to check IE10 and get some bugs.

 

First the cart, when I click buy, an item is added, but the next time the cart loads, it will show double items, but still only the price of one. Any idear how to fix this? I thoed disabling Ajax for the cart, but then I can't even add or remove items anymore, so thats no go.

 

Second, the product images doesn't work in IE. In Firefox they work fine after creating new preferences for images (copy default_home and remove defaul_ and so on - Fix I found in here)

Now I have no clue how to fix this in IE10 either. They are gon everywhere, not just on the product page.

 

Can someone help me please :)

post-456524-0-75440000-1357667053_thumb.jpg

Edited by Bibihest (see edit history)
Link to comment
Share on other sites

Solved this on my own. I had to go through all .tmp pages and find the image size code

 

width="{$xxx.width}" height="{$xxx.height}

xxx = home, medium and so on.

 

and change it to the correct numbers instead. IE doesn't seem to understand the result from the code.

 

This also fixed the double items in the cart.

 

There are just too many weird and random bugs in this software :(

Edited by Bibihest (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...