Reputation: 71
I am working on a magento project with a custom made sign editor. Everything works fine except for the add to wishlist function in the shopping cart. It works fine on firefox but on ie it does not add the product on the wishlist. I can't figure out what's wrong with it.
I have used firebug on firefox to check if there are some javascript errors but there is none.
Internet Explorer version: 7 & 8 Magento Version: 1.4.1
errors on ie only:
Any help would be very much appreciated.
Upvotes: 0
Views: 1647
Reputation: 4022
These are not Magento errors - 'signpreview' and 'updatePost' do not look like anything in the Magento codebase.
Have you swapped over to the default theme and seen if you can add to wishlist? If that works then it is a theming problem, not a products or Magento problem.
Upvotes: 1