Creating downloadable products
Downloadable products are no different from regular products except that they need an extra field to mark the product as a downloadable product. This field is included in the Product Files import and is called product_files_download.
By adding the product_files_download to the import file, CSV Improved will mark the file as downloadable product.
A sample CSV file looks like this:
| product_sku | product_files_file_name | product_files_download |
| Wb1 | /home/mysite/downloadfiles/product_wb1.zip | Y |
