View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004978 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-03-06 15:28 | 2023-11-17 15:19 |
Reporter | arvydas_vapsva | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 4.7.6 / 5.0.6 | ||||
Summary | 0004978: user unfriendly persistet parameters | ||||
Description | In oxcmp_basket::_addItems ( $aProducts ) there is a line: $aPersParam = ( isset( $aProductInfo['persparam'] ) && is_array( $aProductInfo['persparam'] ) && strlen( $aProductInfo['persparam']['details'] ) )?$aProductInfo['persparam']:null; In my case i would like to give array of persistent parameters (product width, lenght etc), but strlen( $aProductInfo['persparam']['details'] ) kills my chances. I'd suggest to do this processing in some special oxBasketItem mathod allowing possibility to have own persistent data.. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||