Apisful / apisful-nuxtjs-ecommerce

Minimal E-Commerce Website with Nuxt.js + Apisful
23 stars 7 forks source link

many imagens #2

Closed nagualcode closed 3 years ago

nagualcode commented 3 years ago

How could I have many images for one product?

Eraser-str commented 3 years ago

Hi @nagualcode. You need to use a field with type file and allow multiple checkbox

schema-field

Then you can upload multiple images for one product

product

And get the images as a list of links

json

Also, check out our tutorial at https://www.apisful.com/tutorials/en/e-commerce-vue-js-nuxt-js-apisful .

nagualcode commented 3 years ago

Thank for the reply. The site loads forever when trying to upload a 2mb .png . Is there a size limit?

nagualcode commented 3 years ago

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?

Eraser-str commented 3 years ago

@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?

nagualcode commented 3 years ago

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.

Eraser-str commented 3 years ago

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?

app apisful com_projects_0NxKVWv_collections_products_schema (1)

nagualcode commented 3 years ago

indeed, something may got broken on my browser... Thank you.