Closed nagualcode closed 3 years ago
Hi @nagualcode. You need to use a field with type file
and allow multiple
checkbox
Then you can upload multiple images for one product
And get the images as a list of links
Also, check out our tutorial at https://www.apisful.com/tutorials/en/e-commerce-vue-js-nuxt-js-apisful .
Thank for the reply. The site loads forever when trying to upload a 2mb .png . Is there a size limit?
if my schema has more than 10 entryes, the app web interface, shows only up to 10. Is there and endpoit to retrieve the full schema from curl?
@nagualcode thank you for your reports and questions. We appreciate it.
The site loads forever when trying to upload a 2mb .png . Is there a size limit?
We experienced an issue with file uploading. It looks fixed now. Can you confirm everything is fine with files uploading? Keep in mind that files are limited to 20 megabytes.
if my schema has more than 10 entryes, the app web interface, shows only up to 10. Is there and endpoit to retrieve the full schema from curl?
There is no endpoint to retrieve the full schema from curl. Now you can see all your schema fields in the app web interface. Does it work for you?
There is no endpoint to retrieve the full schema from curl. Now you can see all your schema fields in the app web interface. Does it work for you?
If I create a schema with 10+ entries, the web interface does not shows all of them.
Thank you.
There is no endpoint to retrieve the full schema from curl. Now you can see all your schema fields in the app web interface. Does it work for you?
If I create a schema with 10+ entries, the web interface does not shows all of them.
Thank you.
I've just created more fields in my Products
collection and can see all of them. Are we talking about the same page?
indeed, something may got broken on my browser... Thank you.
How could I have many images for one product?