View Issue Details

IDProjectCategoryView StatusLast Update
0001192OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:17
Reportersarunas_valaskevicius Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001192: oxarticles field to shop does not work correctly in all usage cases
Descriptionoxfield2shop entry is reseted to main shop value if article is loaded and saved. Value changed without using assign method (direct like $oA->oxarticles__oxprice->setValue(44); ) is ignored.

this bug is not affecting admin area, because admin uses assign method.

e.g. of wrong behaviour:

// current shop is a subshop, oxprice is enabled to oxfield2shop

$oA = new oxarticle();
$oA->load('2292');
$oA->oxarticles__oxprice->setValue(44);
$oA->save();

// now value in oxfield2shop is main shop value, while 44 (the setted one) is ignored at all
TagsSubshops
Theme
Browser
PHP Version
Database Version

Activities

arvydas_vapsva

2009-09-04 09:02

reporter   ~0001642

fixed