View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001972 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2010-07-13 16:04 | 2012-12-07 14:29 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.4.0 revision 28699 | ||||
Summary | 0001972: OXTHUMB is not generated in picture upload procedure | ||||
Description | Uploading 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 Reproduce | Generate 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 Information | http://www.oxid-esales.com/forum/showthread.php?t=6051 and TT 1215761 | ||||
Tags | Products | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
same situation with oxicon. it is shown in frontend, but in db its field is empty |
|
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. |
|
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 = '' ). |
|
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. |