How to import downloads
If you would like to assign a digital file to a product you just need to
have a 'downloads' column in the file where a path to the downloadable
file will be specified. The steps for uploading files to the store may
be as follows:
1) upload images through ftp to a directory "<store root dir>/files/". Therefore you will have files like this:
/files/photo1.jpg
/files/photo2.jpg
/files/photo3.jpg
...
2) add a new 'downloads' column to the file and specify file names there like this:
model;downloads
product1;photo1.jpg
product2;photo2.jpg
product3;photo3.jpg
3) Run the import. If everything was set correctly the files will be copied to 'download' directory with prefixes, also they should appear on the downloads page in the admin area. After completing the import the photos can be deleted from the 'files' directory.
1) upload images through ftp to a directory "<store root dir>/files/". Therefore you will have files like this:
/files/photo1.jpg
/files/photo2.jpg
/files/photo3.jpg
...
2) add a new 'downloads' column to the file and specify file names there like this:
model;downloads
product1;photo1.jpg
product2;photo2.jpg
product3;photo3.jpg
3) Run the import. If everything was set correctly the files will be copied to 'download' directory with prefixes, also they should appear on the downloads page in the admin area. After completing the import the photos can be deleted from the 'files' directory.