Downloadable Products Import
Zoey allows you to import downloadable products with a CSV file. Importing Downloadable Products can be fast and easy, but if your product information does not match the Zoey format, you will need to re-format it.
Importing Steps
- Import/Export > Data Flow Profiles
- Click on the "Import All Products" profile
- Click on "Upload File" on the left
- In File 1 click Choose File and select the CSV file
- Click on "Save and Continue"
- Click on Run Profile
- Pick the last entry in the drop down as that will be the file you just uploaded
- Click on Run Profile in Popup
- Check that the data successfully imported
Columns
Downloadable Files imported here can only be linked to external URLs. To upload your own file you will need to manually do it in the Zoey Admin.
sku | SKU A unique value to identify your product. No two products can share the same SKU. |
type | downloadable |
name | The name of your product. By default this will also define the URL key and cannot be longer than 60 characters. Name should always be UNIQUE. Having Duplicate Names causes SEO Issues |
category_ids | ID of Categories to link to, Category IDs can be found in Product->Categories or by exporting your categories. |
price | The base price of the product, prior to any sales or discounts. |
description | A detailed description of your product. |
short_description | A short description of your product found by the Add to Cart button. |
weight | Weight of Product |
has_options | 0 |
is_in_stock | If this product is in-stock or not 1 = In Stock 0 = Out of Stock |
qty | Quantity available to purchase |
disabled | Yes/No |
status | Enabled |
tax_class_id | Whether or not to charge tax for this product Not Taxable/ None = 0 Taxable = 2 |
visibility | Catalog, Search, None |
sample_download | Samplemain||,,titlechange,url,, http://www.xyz.com/a.pdf,1 Samplemain = Name of Section |, = is_delete ,, = sample_id titlechange = Title of File url = type, leave as URL ,, (always need ,, after url) http://www.xyz.com/a.pdf = Sample URL 1 = short order |
link_download | Linkmain||1||0,,link2,27.00,1,1,url,, http://www.xyz.com,url,, http://www.xyz.com/a.pdf,1 Adjust the syntax by removing options depending on what you want to import. See below for definitions: Linkmain = Name of Section ||1|| = Links can be purchased separately 0 = is delete ,, = link_id( Give blank) link2 = title 19.00 = Price 1 = is_unlimited 1 = is_shareable url = link type ,, = link_file ( Blank when you are using url) http://www.google.com = link url (it is url) url = sample type ( is it file or url ?) ,, = sample_file ( Blank when you are using url) http://yahoo.com = sample url * 1 = sort order |
Updated almost 2 years ago