Jump to content

Error- Check for browser support...


Recommended Posts

this is my error: 

 

// Check for browser support of event handling capability if (window.addEventListener) window.addEventListener("load", downloadJSAtOnload, false); else if (window.attachEvent) window.attachEvent("onload", downloadJSAtOnload); else window.onload = downloadJSAtOnload;

 

what can I do against it?

Link to comment
Share on other sites

ok now it works fine for me too :/ dont'know what happend!

 

but I have another question - on product detail page I cannot see the price of the article!? How can I fix this?

When I add a combination to an article - it shows the price - but not every article has a combination :/

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

maybe guest account have got this option turned off? please check customer group settings (customers >groups tab) there is an option to display prices for groups / or to hide them

 

no show price is turned on for all groups:

 

groups.JPG

anything else ? :/

Link to comment
Share on other sites

×
×
  • Create New...