In this blog, i will explain how to convert quote object to order object using Fieldsets tag in XML config file.
<fieldsets> tag is only found in config.xml files. This tag is used to define attributes (fields) that will be copied from one table to another table.
For example: Copy fields data from quote_item table to order_item table
This can be done with XML:
0 Comment(s)