You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a common case to try to add custom data to the lazy arrays in front for smarty (cart, product listing, product, ...)
How to use hooks actionPresent[entities], $presentedObject->offsetSet()
appendArray can also been used :
$productLazyArray->appendArray([
'extra_reference' => '123',
'extra_description' => 'Bla'
]);
The text was updated successfully, but these errors were encountered:
jf-viguier
changed the title
Document Lazy Array in front : offsetGet; offsetSet
Document Lazy Array manipulation in front with offsetSet
Jun 15, 2022
jf-viguier
changed the title
Document Lazy Array manipulation in front with offsetSet
Document Lazy Array manipulation in front
Jun 15, 2022
It's a common case to try to add custom data to the lazy arrays in front for smarty (cart, product listing, product, ...)
How to use hooks actionPresent[entities], $presentedObject->offsetSet()
appendArray can also been used :
$productLazyArray->appendArray([
'extra_reference' => '123',
'extra_description' => 'Bla'
]);
The text was updated successfully, but these errors were encountered: