magento-sample-products
magento-sample-products copied to clipboard
Import Faild
Hi, I ran into issue "Product Type is invalid or not supported in rows: 1..." My Magento version is 1.8.1.
Any suggestion ?
Can you paste the first few rows into pastebin & share the URL here? The sample products generator bases its output upon the contents of seed.csv - the default type is "simple" - https://github.com/joshribakoff/magento-sample-products/blob/master/seed.csv
Does your output match seed.csv, and if not what product type does the output contain? All Magento installations should at least have "simple" as a product type, unless its been renamed in Magento 1.8
I have the same issue when importing the file you mentioned @joshribakoff FYI, my Magento version is 1.13.1 Excellent idea of app btw ! :+1:
I'd recommend checking if the column headers in the template (seed.csv) match the ones expected in the latest version of Magento. Also check if the "example" row looks valid (compare it to an export from your Magento, and try to spot any differences)
This was written back when 1.7 was out, and never tested/updated for future versions, although modifying the "seed.csv" should work, as the code is written to be more abstract than just Magento