Aaron Healey Posted June 30, 2010 Share Posted June 30, 2010 Hi i have managed to create a Category CSV just for the categories but now how do i create a new CSV file for the products just for example the category "Arts & Crafts"The things i need in the csv isID, Active, Reference, Product Name, Category Name, Wholesale Price, QuantityRegards,Aaron Link to comment Share on other sites More sharing options...
rocky Posted July 1, 2010 Share Posted July 1, 2010 You are using the same product ID for every product, which will not work. You need to number the product IDs sequentially (1, 2, 3, etc). Also, although you can specify the category as a name, which should work if you only have one category called "Adult", it is better to use the category ID instead, so you can be sure that you are linking the product to the right category. Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 1, 2010 Author Share Posted July 1, 2010 Ok So what i have done is correct just need change IDS etc Link to comment Share on other sites More sharing options...
rocky Posted July 1, 2010 Share Posted July 1, 2010 Yes, as long as you only have one "Adult" category. If you have multiple "Adult" categories, you'll need to use category ID instead of category name. Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 1, 2010 Author Share Posted July 1, 2010 Ok i have done that, what does the Reference # have to have in it can i put like the reference of say 2465903 etc ?Aaron Link to comment Share on other sites More sharing options...
rocky Posted July 1, 2010 Share Posted July 1, 2010 Yes, the reference can be anything you want as long as it doesn't contain any of the following characters: <>;={} Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 1, 2010 Author Share Posted July 1, 2010 Ok thanks i have done it added my first 4 haha, but not got to do like another 300 CSV lmao which shouldnt be hold once i get the headers correct then it be all done lolCheers for all your help and quick replysAaron Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now