View Issue Details

IDProjectCategoryView StatusLast Update
0000979OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:24
Reporter101-oxid-bugs Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.1.6 revision 22740 
Summary0000979: Some fields are not set in oxorderarticles table
Descriptionthe DB table oxorderarticles in the latest version still has all picture fields (OXTHUMB, OXPIC1, ...) included, but they are not set. Instead I have to overload the function oxorder::_setOrderArticles.

From my point of view that's everything but optimal. These picture fields should be set in the OXID source.
TagsOrder
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

has duplicate 0001162 resolveddainius.bigelis Problem with copy-Fields in oxarticles and oxorderartiles 
related to 0000773 resolvedvilma_liorensaityte Do not use article lazy loading on order save 

Activities

birute_meilutyte

2009-06-08 14:21

reporter   ~0001026

OXTHUMB is saved into db, but all other pics are not. they should be also set.

dainius.bigelis

2009-08-19 12:37

reporter   ~0001444

@Developers: for more details - please take a look to description of duplicated bug 0001162.