Hello,
If you save data to
ShoppingCartCustomData field, it will convert data to
OrderItemCustomData field automatically. If you add a custom field, you need to move data by a custom code. We process the
shopping cart to order in:
~\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPreview.ascx.cs (the
ProcessStep method)
So you could add a custom code there.
Best regards,
Helena Grulichova