As an example, if you'd like to import contents from another system into MyCashflow, you may need to set up product images for a substantial number of products. The easiest way to do so is by using CSV import.

Find out more about the CSV import tools.

  1. Before product images can be associated with products, they must be added to the /tuotekuvat folder in your online store's file directory.

    For uploading images, you can either use your store's file browser or the FTP connection (available only in paid plans).

  2. Once the images are in the /tuotekuvat folder, you can prepare a CSV file for attaching the images to the desired products.
    1. First, check the desired products' IDs (in the browser's address bar, look for id=x).
    2. Copy the IDs to the ProductID column in the CSV file.
      ProductID;
      1;
      2;
      3;
    3. Add the ProductImages column to the file, and enter the relevant image files' names in the rows that contain the selected products' details:

      If a product should have multiple images, enter the image files' names in the same cell and separate them with pipe characters.

      ProductID;	      ProductImages;
      1;			image1.jpg;
      2;			image2.jpg|image3.jpg;
      3;			image4.jpg;
  3. Once the CSV file is ready, import it into your online store on the page Reports > CSV Import.

    Select Products as the content type.

In this way, you can save time and effort when processing a large number of product images. You can also use the CSV tools to bulk import other information – find out how.