Viewing 1 reply thread
  • Author
    Posts
    • #57195
      Anonymous
      Inactive

      I 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 ID

      If 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 product

      I 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!

    • #57330
      Anonymous
      Inactive

      Hi 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 1

      Also check the image size/dimension is good to regenerate thumbnails.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.
Scroll to Top