Hi folks,
I am trying to add image upload form to the product page so every time user orders a product they can upload file with it.
Is there such an option and if so - how to associate product with the uploaded image?
Thanks
You can generate a new DATABASE, which will collect all the important DATA about BUYER/SELLER and the DEAL.
Buyer buys a product… ---->
- Buyer-ID --------->(_ownerID)
- Product-ID ------>(_id)
- Buyers-Name → (buyerName)
- Uploaded-Image-URL (you will get the URL after upload the file first)
- Price
You can call your new generated DATABASE SoldItemsList, what how ever you want.