- This topic has 1 reply, 2 voices, and was last updated 6 years, 4 months ago by
Anonymous.
-
AuthorPosts
-
-
November 10, 2017 at 3:06 pm #57195
Anonymous
InactiveI am using: Product CSV Import Export (BASIC)
I had a bunch of products (about 230) and I exported them so that I can add rows.
Once I added rows, i deleted all Post ID’s (because they were mixed) and started from 1000 and going down (I used to have about 230 products, I no whave about 330).
I uploaded them and I ended up with 172 products.
I tried uploading again, and I was getting “Post is not a product” – while staying with 172 products.
I then tried removing all Post ID’s and changed them to 70000 and down. This time i would get: Importing post ID conflicts with an existing post ID for some. Here are 2 lines of the answer:
250 70250 – HN3674 Import successful skipped
251 70251 – HN3674 1 Importing post ID conflicts with an existing post IDIf I check merge, but I uncheck ignore empty cells, it shows this:
250 70250 – HN3674 Merge successful skipped
251 70251 – HR1508R Post is not a productI would always get this at the bottom of the import/export (a bunch of lines).
function (){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&”string”!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this}I can send my csv if needed, but it’s very confusing why this doesn’t work. Any help would be much appreciated!
-
November 10, 2017 at 5:24 pm #57330
Anonymous
InactiveHi Mikopia,
WordPress considers everything as posts. eg: product is a post, order is a post and image is another post like that.
So if uploading a product that has an image with product ID 70000, then WordPress assigns 70000 to use SKU.
To update existing products, check the
- Update existing products
tick box.
Since you have exported your products and removed all IDs, even if you did check update existing products, it will import as new products.
So best solution is like below,
Delete all products since you have exported it all(230).
Update you CSV with your new data.
Add sku and parent_sku(if you have variable products).
Do a fresh import.The JavaScript error is coming might be due to a conflict with any Image Optimizer plugin. If you are using any Image Optimizer plugin, please check by disabling that plugin.
Also it can be an issue with ImageMagick and hosting limitations. Try adding this line to a single thread.
SetEnv MAGICK_THREAD_LIMIT 1Also check the image size/dimension is good to regenerate thumbnails.
-
-
AuthorPosts
- You must be logged in to reply to this topic.