View Issue Details

IDProjectCategoryView StatusLast Update
0001972OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:29
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.4.0 revision 28699 
Summary0001972: OXTHUMB is not generated in picture upload procedure
DescriptionUploading one picture and letting generate all other pictures including thumb, oxarticles:OXTHUMB is not generated. Ebay doesn't accept new product uploads throwing an error: "No thumb found" because oxarticles:OXTHUMB wasn't filled.
Steps To ReproduceGenerate a new item, upload a base picture. The thumb is shown in shop although OXTHUMB is not filled in DB. Also, calling the shopfront details page for this items, doesn't generate this entry.
Additional Informationhttp://www.oxid-esales.com/forum/showthread.php?t=6051 and TT 1215761
TagsProducts
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2010-07-15 14:36

reporter   ~0003262

same situation with oxicon. it is shown in frontend, but in db its field is empty

dainius.bigelis

2010-07-26 16:07

reporter   ~0003311

Solution for this case is important for eFire import/export (i.e. to ebay) functionality. eFire checks the values in DB fields. If these are empty, oxthumb does not exists, what leads to problems with further export (i.e. ebay).
Severity increased.

arvydas_vapsva

2010-07-27 13:13

reporter   ~0003313

New shop version does not fill these fields after you upload master image. Full thumbnail/icon/zoom image urls are returned by special getters:
- oxArticle::getThumbnailUrl();
- oxArticle::getIconUrl();
- oxArticle::getZoomPictureUrl( $iIndex = '' ).

dainius.bigelis

2010-08-23 16:26

reporter   ~0003425

Current problem is solved in eFire connector side. Further possible improvements from eShop side will be discussed in team and implemented in some future versions.