View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003400 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2011-11-29 14:15 | 2012-12-07 14:28 |
Reporter | simon_stark | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.6.0_beta2 | ||||
Summary | 0003400: Zoom Mouseover is not displayed for variants in Google Chrome | ||||
Description | Zoom mouseover is not displayed for variants on product page when Google Chrome is used. | ||||
Steps To Reproduce | On the product Page, selct a Variant and and try to zoom intoo the picture via mouseover. It won't work. | ||||
Additional Information | - | ||||
Tags | Products | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0003405 | resolved | dainius.bigelis | Switching Images in Zoom-Popup of Variants does not work if Article has no Cross-Selling |
|
It also doesn't work with FireFox. The mouseover for the accessorie widtget has no function. |
|
The error occurs if the parent articles has no accessories. The problem could be reproduced with the oxid demo shop. Just delete the accesories and cross-selling of product #3570. After that chose a variant. |
|
Related to https://bugs.oxid-esales.com/view.php?id=3405 |
|
Check if UL container exists before executing JS |
|
Modifications: out/azure/tpl/page/details/ajax/fullproductinfo.tpl - remove the line ([{oxscript add="$('ul.js-articleBox').oxArticleBox();"}]) out/azure/tpl/page/details/ajax/productmain.tpl - remove the line ([{oxscript add="$('ul.js-articleBox').oxArticleBox();"}]) |