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.
- Before product images can be associated with products, they must be added to the /tuotekuvat folder in your online store's file directory.
- Once the images are in the /tuotekuvat folder, you can prepare a CSV file for attaching the images to the desired products.
- First, check the desired products' IDs (in the browser's address bar, look for id=x).
- Copy the IDs to the ProductID column in the CSV file.
- 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;
- Once the CSV file is ready, import it into your online store on the page .
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.