View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003477 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-01-03 12:07 | 2012-12-10 14:16 |
Reporter | timobraun | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.6.0_beta3 | ||||
Summary | 0003477: Check on oxactive field ( oxarticles__oxactive ) in subshops returns always 0 no matter if it's set to 1 or not | ||||
Description | When you are in a Subshop and try something like this: if($oArt->oxarticles__oxactive->value == 1){ do something; } it won't do anything because $oArt->oxarticles__oxactive->value will always be 0. If you are in a master shop it will return the right value. | ||||
Steps To Reproduce | I tried this in the Admin interface. First you have to select a Subshop. Just dump the value i.e. in onChange method of an oxarticle object. I got this issue since version 4.5.5. | ||||
Tags | Subshops | ||||
Theme | |||||
Browser | |||||
PHP Version | |||||
Database Version | |||||