View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004473 | OXID eShop (all versions) | 2.4. Administer products | public | 2012-08-30 20:42 | 2012-12-18 15:42 |
| Reporter | tabsl | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Target Version | 4.6.6 revision 54646 | Fixed in Version | 4.6.6 revision 54646 | ||
| Summary | 0004473: updating oxremindactive in article_variant | ||||
| Description | oxremindactive will not be updated if you are using the stock-field in article_variant and save checked in 4.6.1 and 4.6.2 | ||||
| Additional Information | solution: add in render() bevor save(); if($aParams['oxarticles__oxstock'] > 0) { if ( $oArticle->oxarticles__oxremindactive->value && $oArticle->oxarticles__oxremindamount->value <= $oArticle->oxarticles__oxstock->value ) $oArticle->oxarticles__oxremindactive->value = 1; } | ||||
| Tags | Products, Stock, Variants | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||