Hi,
How would I be able to fill Quote's itemList field through php Hooks? Is it fine to just fill some jsonArray data through 'set' method of the Entity?
The reason is I want to automate the Quote creation through a logic. Normally, the frontend is the one autofilling data for the Quote's itemList, how bout in the backend side?
Thanks!
How would I be able to fill Quote's itemList field through php Hooks? Is it fine to just fill some jsonArray data through 'set' method of the Entity?
The reason is I want to automate the Quote creation through a logic. Normally, the frontend is the one autofilling data for the Quote's itemList, how bout in the backend side?
Thanks!
Comment