VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: OriyanJ on March 07, 2016, 14:32:37 PM

Title: Insert new order item
Post by: OriyanJ on March 07, 2016, 14:32:37 PM
I've created some data that being generated at cart view, I would like to insert that data to the order. Assuming I've allocated fields in the database and order object, how can I insert that data to a new order being made?
I'm not looking for the entire solution, just a direction.
Title: Re: Insert new order item
Post by: OriyanJ on March 08, 2016, 12:45:54 PM
What I eventually did was inserting all the data I needed into a custom field plug-in as an array. I still hope anyone would be able to direct me to a better way.