Reputation: 626
I am looking to transfer about 4000 from an older e-commerce platform into shopify.
I have exported some of the products as a csv file and have been looking into how to upload them into shopify but I have come across a rather large problem early on: The csv file downlaoded does not contain the images or a permalink to the image.
One of my old lecturers once told me that he wrote a php script that did a similar thing with emails on a database so I was wondering if you could do this with products on an e-commerce site?
Any information on how to go about doing this would be great, the idea of making a script that does this seems pretty cool and I have noticed that shopify seems to have ready made apps for importing products from Magent and Wordpress.
Here is one of the lines of data in the csv
Harken Winches Harken Winches Harken 1 HB0011 WINCH HARKEN ALUMINIUM 1SP Description 0.7
B6
Gear Ratio: 1:1
Power Ratio: 8.4:1
Fastener Circle: 65mm
Fasteners: 6 x 6mm
60.3STA
Drum: 120mm
Base: 236mm
Height: 246mm
Weight: 11.7kg
Fastener circle: 204mm
Gear Ratio 1: 2.20
Gear Ratio 2: 4.80
Gear Ratio 3: 14.40
Power Ratio 1: 9.20
Power Ratio 2: 20.30
Power Ratio 3: 61.00
Upvotes: 1
Views: 2136
Reputation: 62773
This is possible in Shopify, but you have to format your CSV file in the way Shopify expects it.
See this article on Common Product CSV Import Problems. There are several example files in there as well.
The images will be more difficult. You'll need to download from your current e-commerce host, then upload them in bulk to Shopify.
Once the images are uploaded you'll either need to reassign them to the products on a product-by-product basis in Shopify, or determine their URL path on Shopify and add that URL to your CSV file before uploading.
Upvotes: 1