Page 1 of 1

Frontend user upload

Posted: 27 Jun 2016, 16:36
by Dofirami
Hi,

I want to use Aimeos for my next project and want to know if it is possible to add a frontend user upload field to the order process or to the basket, so that customers can upload an image or a document which will be added to the order?

Cheers

Re: Frontend user upload

Posted: 28 Jun 2016, 17:00
by aimeos
Yes, sure. If it is product related, you should add an upload field to the detail view and create a subpart for the basket that cares about the uploaded file.

If it doesn't belong to a product but to the order in general, you can also add it to the "delivery" step and create a service decorator that stores the file.