Appologies if this has already been covered elsewhere but I've noticed that clicking on an extended-info popup link stops the parent page from finishing loading...
If you have a page with say 10 products on it and you click on the extended-info button for the first product before the images for the remaining products have finished loading, the images never get loaded.
So if a potential customer clicked on an extended-info button as above and then closed the popup window and went back to the main page, they may find that lots of the products don't have images. A refresh of the page will obviously solve the problem but the visitor won't necessarily be aware that the images should be there in the first place.
I'm told that the problem can be resolved by returning the correct value from the javascript call but my knowledge of javascript isn't yet good enough to fix the problem myself.
Any comments?
If you have a page with say 10 products on it and you click on the extended-info button for the first product before the images for the remaining products have finished loading, the images never get loaded.
So if a potential customer clicked on an extended-info button as above and then closed the popup window and went back to the main page, they may find that lots of the products don't have images. A refresh of the page will obviously solve the problem but the visitor won't necessarily be aware that the images should be there in the first place.
I'm told that the problem can be resolved by returning the correct value from the javascript call but my knowledge of javascript isn't yet good enough to fix the problem myself.
Any comments?
Comment