Hi Brian, I think perhaps what you are seeking is not related to the product data model, instead, it is related to order.
Now, in your case this might be a bit too custom for your needs. I'm not sure but I would suggest to store such values in OrderItemAttribute where you define a custom attribute maybe with a key called CUSTOM_EMBROIDER for example. Then you build your solution around that attribute key. Regards, Taher Alkhateeb On Sat, Aug 13, 2016 at 6:44 AM, Brian Ghidinelli <[email protected]> wrote: > > A model question from the OfBizDatamodelBook PDFs and > https://cwiki.apache.org/confluence/display/OFBENDUSER/Product+Features > > I believe I understand I can have a ProductFeatureType of "Brand" with > ProductFeatures of Hanes, American Apparel and Lacoste that could be > related to my Product. > > What if I have user-provided data for my product? For example, I have a > "Name to embroider on shirt" where I want to collect an arbitrary value > from the buyer? > > Once that's presented to the user in the purchase process as something > like a text input field, where would OfBiz store that value for a > particular Order Item? > > > Brian > >
