Jump to content
  • 0

Upload Product Images to existing products in bulk


jeremygaebe

Question

3 answers to this question

Recommended Posts

  • 0

you can import pictures with import csv tool that is available in prestashop by default

create two columns: id_product | images

id_product = id of the product, for example: 13
images = list of images that you want to add to the product (import), separate them by commas like: http://domain.com/image1.jpg, http://domain.com/image2.jpg, http://domain.com/image3.jpg

then load this file to your import csv tool, mark id_product column as an id of product, images as an image and start import process

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...