View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001192 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-08-13 09:08 | 2012-12-10 14:17 |
Reporter | sarunas_valaskevicius | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001192: oxarticles field to shop does not work correctly in all usage cases | ||||
Description | oxfield2shop 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 | ||||
Tags | Subshops | ||||
Theme | |||||
Browser | |||||
PHP Version | |||||
Database Version | |||||