docs icon indicating copy to clipboard operation
docs copied to clipboard

Document Lazy Array manipulation in front

Open jf-viguier opened this issue 2 years ago • 0 comments

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' ]);

jf-viguier avatar Jun 15 '22 13:06 jf-viguier