Hai Everyone.
I'm trying to process an order for a product ,the product is of type SERVICE. So before processing the order i want the users to upload some required documents for that particular product. Is there any thing in the OOTB that i can use to map the products with the required documents or need to make changes in the code. Thank you Madhi krishnan |
Hi Madhi Krishnan,
You can use ProductContent entity to upload any documents with the product. Thanks & Regards -- Yashwant Dhakad On Tue, Jul 2, 2019 at 1:59 AM Madhi Krishnan <[hidden email]> wrote: > Hai Everyone. > I'm trying to process an order for a product ,the product is of type > SERVICE. > So before processing the order i want the users to upload some required > documents for that particular product. > Is there any thing in the OOTB that i can use to map the products with the > required documents or need to make changes in the code. > > Thank you > Madhi krishnan > |
Administrator
|
Here an UI example https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductContent?productId=GZ-1000
HTH Jacques Le 02/07/2019 à 11:59, Yashwant Dhakad a écrit : > Hi Madhi Krishnan, > You can use ProductContent entity to upload any documents with the product. > > Thanks & Regards > -- > Yashwant Dhakad > > > On Tue, Jul 2, 2019 at 1:59 AM Madhi Krishnan <[hidden email]> > wrote: > >> Hai Everyone. >> I'm trying to process an order for a product ,the product is of type >> SERVICE. >> So before processing the order i want the users to upload some required >> documents for that particular product. >> Is there any thing in the OOTB that i can use to map the products with the >> required documents or need to make changes in the code. >> >> Thank you >> Madhi krishnan >> |
Administrator
|
Hi Madhi,
Yes that's it. The UI is to get an idea (Entity and fields used , etc.). For instance, pick the "Product Content Type ID" that fits more w/ your case (maybe "Terms and Conditions") and click "Prepare to create" In your case you need the user to upload a document, so you need to add some code called during order creation. This said please don't send email directly to me, rather continue to use the user ML. You will get a better support , it's more fair to share with everybody and people can answer you on the ML rather than directly to you. The wider the audience the better the answers you might get. Jacques Le 04/07/2019 à 13:34, Madhi Krishnan a écrit : > Hii, jacques Le Roux > Thank you for your reply. > I explored the link that you gave.. > Can you elaborate a bit, are you pointing toward the content_association. > Can i use the content_association for my situation.? > > Thank you > > On Tue, Jul 2, 2019 at 9:18 PM Jacques Le Roux <[hidden email] <mailto:[hidden email]>> wrote: > > Here an UI example https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductContent?productId=GZ-1000 > > HTH > > Jacques > > Le 02/07/2019 à 11:59, Yashwant Dhakad a écrit : > > Hi Madhi Krishnan, > > You can use ProductContent entity to upload any documents with the product. > > > > Thanks & Regards > > -- > > Yashwant Dhakad > > > > > > On Tue, Jul 2, 2019 at 1:59 AM Madhi Krishnan <[hidden email] <mailto:[hidden email]>> > > wrote: > > > >> Hai Everyone. > >> I'm trying to process an order for a product ,the product is of type > >> SERVICE. > >> So before processing the order i want the users to upload some required > >> documents for that particular product. > >> Is there any thing in the OOTB that i can use to map the products with the > >> required documents or need to make changes in the code. > >> > >> Thank you > >> Madhi krishnan > >> > |
Free forum by Nabble | Edit this page |