View Issue Details

IDProjectCategoryView StatusLast Update
0004978OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2023-11-17 15:19
Reporterarvydas_vapsva Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.7.6 / 5.0.6 
Summary0004978: user unfriendly persistet parameters
DescriptionIn 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..
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

SvenBrunk

2023-11-17 15:19

administrator   ~0015807

In the meantime this has been completely refactored and the params are not even part of that method anymore