I have researched a bit and found that it is possible to create custom properties on for example a product. These can be accessed through the property Properties
on a product of type VirtoCommerceCatalogModuleWebModelProduct
.
But on a lineitem
of type VirtoCommerceCartModuleWebModelLineItem
I cant find any property called Properties
. Furthermore I cant find a place to create properties on lineitems
in the backend.
So my question is: Is it possible to create some metadata, like custom properties on lineitems?
Thanks :)