In Magento 2 without using fieldset you can also copy custom data from quote item to order item by using plugin. create di.xml in your module etc folder.
Converting a custom field from quote item to order item in Magento 2
I am trying to copy the discount from quote, quote item to order and order
How to Convert Custom Field From Quote Item to Order Item in Magento 2 · Step 1: Add a di. xml file · Step 2: Identify a code, a plugin · Step 3: Add a class to your ...
<
events>
Convert your custom product attribute from quote item to order item in
Copy additional options from quote item to order item in Magento2, Set
Adding custom product attribute to quote and order items in Magento
In to my module and describe the function” around convert” which will copy custom data from quote item to order item. public function aroundConvert( \ Magento\ ...
In Magento 2 without using fieldset you can also copy custom data from quote item to order item by using plugin. create di.xml in your module ...