View Issue Details

IDProjectCategoryView StatusLast Update
0001794OXID eShop (all versions)7. --- Other tools --------------public2015-03-12 17:34
Reportermarcharding Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.3.0 revision 26948 
Target Version4.9.4 / 5.2.4 
Summary0001794: magentoimport_for_oxid_eshop_v4.zip: Wrong ConfigParam for ZoomImageSizes
DescriptionLine 236 in _functions.inc.php always returns NULL because aZoomImageSizes is the wrong parameter. The right ConfigParam would be sZoomImageSize.
TagsImage Conversion
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

marcharding

2010-04-28 11:12

reporter   ~0002593

Last edited: 2010-04-28 12:13

Forgot:

The follwing line has to be modified too, so it does not access $sZoomSizes[$sZoomFieldName] but $sZoomSizes;

The $sZoomUpdate variable is not needed anymore an has to be remove from the sql-statement in line 246 because the field doesn't exist in > 4.3.

Niklas

2010-06-10 21:51

reporter   ~0003173

Or change Line 235 of the _functions.inc.php
from: $sZoomFieldName = "oxzoom$i";
to: $sZoomFieldName = "oxpic$i";