Discount Sale
  • Days
  • Hrs
  • Mins
  • Secs
30% Off

Use coupon code 'MDS30' Limited Offer!!

Star
WebToffee Logo
  • Home
  • Plugins
  • Shopify apps
  • Bundles
  • Blog
  • Documentation
  • Support
Login
cart 0

Product Import Export Plugin For WooCommerce – Troubleshooting Guide

Last updated on May 14, 2025

Product Import Export Plugin for WooCommerce is the one-stop solution for all your import export tasks related to WooCommerce products. However, even the most robust tools can encounter unexpected hitches that momentarily interrupt the plugin’s seamless performance. This article is a comprehensive troubleshooting guide to help you address and resolve common import/export-related issues

Basic version

1. Same ID already exists

During import, when you try to add a product(by its ID), but, a product with the same ID is already available in your store.

Case 1: If the user is trying to update the product that is already present on the site with the same id :

Solution: The user can select Update for the option: If product exists in the store in step 4: Advanced Options/Batch Import/Scheduling.

Case 2: The user needs to add a new product, but the ID in the file is already taken by another product.

Solution: Change the Product ID in the import CSV file. Else, Skip adding the product.

2. Product with same SKU already exists

During import, when you try to add a product(by its SKU), but a product with the same SKU is already available in your store.

Case 1: If the user is trying to update the product that is already present on the site with the same SKU.

Solution: The user can select Update for the option: If product exists in the store in step 4: Advanced Options/Batch Import/Scheduling.

Case 2: The user needs to add a new product, but another product already takes the SKU in the file.

Solution: Change the SKU in the import CSV file. Else, Skip adding the product.

3. Product ID conflicts with an existing Post ID (or) ID conflict issue

During import, when you try to add a product (by its ID), the Product ID conflicts with an existing Post ID.
Example: You are trying to import a product with ID:1080, but if you have an order/coupon or any other post with ID:1080; then the product will not get imported with the ID: 1080.
The default WordPress system halts this operation.

Solution

The user needs to add the product using a new ID. Change the Product ID in the import CSV file. Else, Skip adding the product.

4. Error: "Invalid product type"

The product type is not specified in the required format in the input file.

Case 1: The product type is not specified in the required format in the input file.

Solution: In the input file, specify the correct values for the column, tax:product_type as simple, external, or grouped respectively

Case 2: When trying to import or export an invalid product type in the basic version.

Solution: The basic version supports the following product types: 

  1. Simple products
  2. External/Affiliate products
  3. Grouped products

For any other product type, upgrade to premium

5. Unsupported product type

On importing/exporting product types that are not supported by the basic version.
Example: Import-export of variable products(a valid WooCommerce product type) is a premium feature.

Solution: The basic version supports the following product types: 

  1. Simple products
  2. External/Affiliate products
  3. Grouped products

For any other product type, upgrade to premium.

Premium version

1. Same ID already exists

During import, when you try to add a product(by its ID), but, a product with the same ID is already available in your store.

Case 1: If the user is trying to update the product that is already present on the site with the same id :

Solution: The user can select Update for the option: If product exists in the store in step 4: Advanced Options/Batch Import/Scheduling.

Case 2: The user needs to add a new product, but the ID in the file is already taken by another product.

Solution: Change the Product ID in the import CSV file. Else, Skip adding the product.

2. Product with same SKU already exists

During import, when you try to add a product(by its SKU), but a product with the same SKU is already available in your store.

Case 1: If the user is trying to update the product that is already present on the site with the same SKU.

Solution: The user can select Update for the option: If product exists in the store in step 4: Advanced Options/Batch Import/Scheduling.

Case 2: User needs to add a new product, but another product already takes the SKU in the file.

Solution: Change the SKU in the import CSV file. Else, Skip adding the product.

3. Product ID conflicts with an existing Post ID (or) ID conflict issue

During import, when you try to add a product(by its ID), but the Product ID conflicts with an existing Post ID.
Example: You are trying to import a product with ID:1080, but if you have an order/coupon or any other post with ID:1080; then the product will not get imported with the ID: 1080.
This operation is halted by the default WordPress system.

Solution

The user needs to add the product using a new ID. Change the Product ID in the import CSV file. Else, Skip adding the product.

For more details, refer: How to resolve ID conflict during import in WooCommerce.

4. Error: "Invalid product type"

The product type is not specified in the required format in the input file.

Case 1: The product type is not specified in the required format in the input file.

Solution: In the input file, specify the correct values for the column, tax:product_type as simple, external, or grouped respectively

Case 2: For Custom product type

Solution: This might’ve occurred because of the incorrect name of the custom product type. Here, the user can create a sample product with the custom product type and export this product to see the correct name of this product type and use this to import further.

For Custom product types like simple subscriptions, and variable subscriptions the value for tax:product_type will be different, Please refer to the below images.

5. Could not insert post into database

This issue usually shows up when the import file is not properly UTF-8 encoded.  

Solution

Try importing again after saving the CSV file as UTF-8 encoded. For more info, refer to this article.4. Invalid input format for product type

The product type is not specified in the required format in the input file.

Solution

In the input file, specify the correct values for the column, tax:product_type as simple, external, or grouped respectively (only lowercase letters are allowed).

6. Timeout error due to import of images

Server timeout can occur due to slow database speed or due to large number of images.

Solution

Navigate to WebToffee Import Export (Pro) > General Settings. Under Advanced options, increase the value of Maximum execution time to reduce the chances of export/import timeouts.

7. Wrong FTP credentials

Entering any of these credentials wrongly can cause a failed FTP connection:

  • FTP server host/IP
  • FTP username
  • FTP password
  • FTP port number

Solution

To upload an FTP file without failure:

  1. Double-check the FTP credentials before establishment.
  2. Ensure the exact import path is entered.
  3. This will avoid connection not successful scenarios and will upload the FTP file successfully.
  4. You can also check the credential’s integrity in FTP client applications, such as: FileZilla. On a successful connection, the folder path will be listed under the Remote site.

8. Connection refused by the server

Here, all your FTP credentials will be correct, but, the connection will be unsuccessful. This case arises due to restrictions or blocking made by the server-side hosting providers.

  • In this case, the FTP connection will be unsuccessful in client applications like FileZilla.
  • The blocking or restrictions are usually from hosting providers. The restrictions can occur due to the blacklisting of IP addresses or due to restrictions on country codes.

Solution

  1. Reach out to the hosting provider and inquire about the cause of the restriction.
  2. Also, activities such as whitelisting of IP can avoid this error and result in a successful FTP connection.

9. FTP module not enabled on the server/site

This error appears due to a disabled FTP extension and thus results in an unsuccessful FTP connection.

Solution

  1. Ensure the FTP extension is enabled in the client servers.
  2. If in a disabled state, contact the server-side hosting provider and request to enable the FTP module. This action will enable the FTP extension in the client-server and lead to a successful FTP connection.

10. Target folder not existing

During export, an FTP file upload failure case arises if the folder does not exist. For example, the user tries to upload a file to the target folder: test_one, But, the server does not have a folder in that name.

Solution

To solve this issue, create a folder in the FTP server and name it the desired name, here test_one. This will be found on the server with the name test_one with the path:/public_html/test_one.

11. No file upload permission to the target folder

This error appears after a successful FTP connection and can appear even when the target folder exists.

Solution

The error arises due to upload permissions.

  1. Login to the FTP server.
  2. Give the read and write permission.
  3. Now, you have permission to upload files to the target location.

12. Unknown error - Incorrect settings

This error can appear due to an unsuccessful FTP connection. In this case, the credentials will be correct and no blocking/ restrictions will be there.

Solution

  1. From WebToffee Import Export (Pro), navigate to General Settings > FTP Settings > Add profile.
  2. Select Passive for the option Transfer mode.
  3. Under Select Protocol, choose FTP.
  4. Click on Save settings.

13. Errors on importing WooCommerce product images

Following are some of the errors you may have encountered while importing products with images:

  • Server request block (Error getting remote image)
  • Duplicate entry in Media Library
  • Multiple images not getting imported
  • Image not getting imported

Solution

Refer to Common errors on importing WooCommerce product images.

Your issue is not on the list..?

If you continue to experience difficulties, feel free to contact our support team. Provide them with the error details to receive additional help and guidance.

Avatar

Written by

Vineetha

Vineetha is a technical content writer with a knack of simplifying complex information into readable content. She focuses on writing content in a conveyable and clear format.

Comments (12)

  1. Mats Lexmyr Lindström

    February 7, 2025

    Hi!
    I can’t get the Product export/import to successfully import an amended csv file. I’m trying to make it work on one single product only to learn how to do it, but without any success.
    The export works fine. The next step, to open the file in Excel and convert the csv string into columns ork when I leave out the fields containing text which includes the comma (Description, Short Description and Meta-Yoast Snippet). (Is there a way of avoiding this problem?)
    Once I’ve amended the product data, I want to import the file back in. Here’s where I run into trouble. See the log file below:

    02-07-2025 @ 09:45:56 – —[ New import started at 2025-02-07 08:45:56 ] PHP Memory: 256 MB, WP Memory: 40 MB
    02-07-2025 @ 09:45:56 – Preparing for import.
    02-07-2025 @ 09:45:56 – Row :1 – Parsing item.
    02-07-2025 @ 09:45:56 – Row :1 – Parsing failed. Reason: Innehåll, rubrik och utdrag är tomma.
    02-07-2025 @ 09:45:56 – —[ Import ended at 2025-02-07 08:45:56]—

    Reply
    • Hema

      February 21, 2025

      Hi Mats,
      Thanks for reaching out. It seems we need more info to solve the issue. Kindly contact customer support, where we can assist you better.

      Reply
  2. Metin Örkmez

    September 20, 2023

    Unable to handle Re-Run request. AND “Unable to upload file. Please check write permission of your `wp-content` folder.” Error how can i solve this error? my “wp-content” file permission “0700”

    Reply
    • Vineetha

      September 28, 2023

      Hi Metin Örkmez,
      Thanks for reaching out! If you have the write permission enabled, on uploading the file, please check if the file is getting uploaded under the folder wp-content/webtoffee_import. If not, please contact the support team.

      Reply
  3. Hassan

    October 26, 2022

    I am exporting my products but it is not downloading/exporting all products. It only sticking at 19 even I have 300 products to export. I need help.

    Reply
    • Alan

      November 1, 2022

      Hi,
      If you have variable products and you are having the free version plugin then it will only export the simple products. If you are facing the issue with the pro version plugin then please reach us via support.

      Reply
  4. Bogdan

    October 13, 2022

    I have this error when I try to import a CSV with products and I want to map the columns:

    VM1628:2 Uncaught SyntaxError: Unexpected token ‘;’
    at b (jquery.min.js?ver=3.6.0:2:866)
    at He (jquery.min.js?ver=3.6.0:2:48373)
    at s.fn.init.append (jquery.min.js?ver=3.6.0:2:49724)
    at s.fn.init. (jquery.min.js?ver=3.6.0:2:50816)
    at $ (jquery.min.js?ver=3.6.0:2:32425)
    at s.fn.init.html (jquery.min.js?ver=3.6.0:2:50494)
    at String. (main.js?ver=2.2.4:1123:56)
    at Function.each (jquery.min.js?ver=3.6.0:2:3053)
    at Object.set_step_page (main.js?ver=2.2.4:1122:6)
    at Object.success (main.js?ver=2.2.4:78:27)
    b @ jquery.min.js?ver=3.6.0:2
    He @ jquery.min.js?ver=3.6.0:2
    append @ jquery.min.js?ver=3.6.0:2
    (anonymous) @ jquery.min.js?ver=3.6.0:2
    $ @ jquery.min.js?ver=3.6.0:2
    html @ jquery.min.js?ver=3.6.0:2
    (anonymous) @ main.js?ver=2.2.4:1123
    each @ jquery.min.js?ver=3.6.0:2
    set_step_page @ main.js?ver=2.2.4:1122
    success @ main.js?ver=2.2.4:78
    c @ jquery.min.js?ver=3.6.0:2
    fireWith @ jquery.min.js?ver=3.6.0:2
    l @ jquery.min.js?ver=3.6.0:2
    (anonymous) @ jquery.min.js?ver=3.6.0:2
    load (async)
    send @ jquery.min.js?ver=3.6.0:2
    ajax @ jquery.min.js?ver=3.6.0:2
    s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2
    load_steps @ main.js?ver=2.2.4:69
    load_pending_steps @ main.js?ver=2.2.4:170
    success @ main.js?ver=2.2.4:414
    c @ jquery.min.js?ver=3.6.0:2
    fireWith @ jquery.min.js?ver=3.6.0:2
    l @ jquery.min.js?ver=3.6.0:2
    (anonymous) @ jquery.min.js?ver=3.6.0:2
    load (async)
    send @ jquery.min.js?ver=3.6.0:2
    ajax @ jquery.min.js?ver=3.6.0:2
    s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2
    do_nonstep_action @ main.js?ver=2.2.4:269
    nonstep_actions @ main.js?ver=2.2.4:251
    validate_file @ main.js?ver=2.2.4:601
    (anonymous) @ main.js?ver=2.2.4:505
    dispatch @ jquery.min.js?ver=3.6.0:2
    v.handle @ jquery.min.js?ver=3.6.0:2

    Reply
    • Alan

      October 20, 2022

      Hi,

      Please reach us via support so that we can check the issue and help you.

      Reply
  5. Lidacha

    January 7, 2022

    Hello,

    I imported a csv with a custom field (ACF).
    The field contains a shortcode to display a PDF-icon that downloads a PDF on click.
    The content is imported, so far so good…

    However, the icon only displays and works if you manually open and save (without making any changes) the product afterwards.
    As I have 10000 products, that is no option.

    Any idea what could cause this?

    Thanks.

    Reply
    • Alan

      January 20, 2022

      Hi,
      Can you please reach us via support?

      Reply
  6. Yee

    August 14, 2021

    Hi,
    I am getting a parsing error, but before upgrading to the recent version, I had no problem updating the SAME products.

    PHP Parse error: Invalid numeric literal in …/import.php(1187) : eval()’d code on line 1

    Could you give me any pointer?

    Thanks.

    Reply
    • Mark

      August 25, 2021

      Hi,

      Please reach us via support.

      Reply

Got any query? Please leave a comment or reach out to our support

Cancel reply

Your email address will not be published. Required fields are marked *

Product icon

Product Import Export for WooCommerce

Get free plugin

On this page

  • Basic version
  • Premium version

Get started with your WebToffee plugin!

Your plugin will be downloaded in a few seconds...

All you need to do is add the plugin to your WordPress website.

To install and activate the plugin, view our installation guide.

download now
Webtoffee
Facebook
Twitter
Youtube
Linkedin
WordPress

We develop awesome WordPress and WooCommerce plugins and Shopify apps to help build successful online businesses.

© 2025 WebToffee. All rights reserved.

Our plugins

  • GDPR Cookie Consent
  • PDF Invoices & Packings Slips
  • Product Import Export Plugin
  • User & Customer Import Export
  • Import Export Suite
  • Sequential Order Numbers
  • Smart Coupons for WooCommerce
  • URL Coupons for WooCommerce
  • PayPal Express Checkout
  • Stripe Payment Gateway
  • Subscriptions for Woocommerce
  • WooCommerce Product Feed & Sync Manager
  • PrintNode for PDF Invoices
  • Order, coupon, subscriptions for WooCommerce
View more +

Get Started

  • Plugins
  • Testimonials
  • Customer Stories
  • Affiliates
  • We're hiring

Help & Support

  • Installation Guides
  • Documentation
  • Documentation (Basic)
  • Info Library
  • Infographics
  • FAQ
  • Support

Company

  • About Us
  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
  • Refund Policy
  • Support Policy

© 2025 WebToffee. All rights reserved.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies. However you may visit Cookie Settings to provide a controlled consent.
Cookie settingsReject allAccept all
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of the basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website, to store user preferences and provide you with content and advertisements that are relevant. Such cookies will be stored on your browser but only upon procuring consent.

You will also have the option to opt-out of these cookies should you want to. But opting out of some of these cookies may have an effect on your browsing experience as per the descriptions elucidated against the respective categories below.

Necessary
Always Enabled
The cookies defined under this category are absolutely essential for the website to function. Hence they are loaded by default irrespective if user consent.
CookieDescription
__cfruidCloudflare sets this cookie to identify trusted web traffic.
__stripe_midStripe sets this cookie cookie to process payments.
__stripe_sidStripe sets this cookie cookie to process payments.
cookielawinfo-checkbox-advertisementSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-analyticsSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Analytics" category .
cookielawinfo-checkbox-necessarySet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Necessary" category .
cookielawinfo-checkbox-preferencesThis cookie is set by the GDPR Cookie Consent plugin to check if the user has given consent to use cookies under the "Preferences" category.
CookieLawInfoConsentRecords the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.
PHPSESSIDThis cookie is native to PHP applications. The cookie is used to store and identify a users' unique session ID for the purpose of managing user sessions on the website. The cookie is a session cookie and is deleted when all the browser windows are closed.
viewed_cookie_policyThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not a user has consented to the use of cookies. It does not store any personal data.
Analytics
Analytics cookies help us understand how our visitors interact with the website. It helps us understand the number of visitors, where the visitors are coming from, and the pages they navigate. The cookies collect this data and are reported anonymously.
CookieDescription
_gaThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assigns a randomly generated number to identify unique visitors.
_ga_BQH8MSKD4MThis cookie is installed by Google Analytics.
_gat_gtagIdentification code of website for tracking visits.
_gidThis cookie is installed by Google Analytics. The cookie is used to store information on how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visited in an anonymous form.
_hjAbsoluteSessionInProgressHotjar sets this cookie to detect the first pageview session of a user. This is a True/False flag set by the cookie.
_hjFirstSeenHotjar sets this cookie to identify a new user’s first session. It stores a true/false value, indicating whether it was the first time Hotjar saw this user.
_hjidHotjar cookie. This cookie is set when the customer first lands on a page with the Hotjar script. It is used to persist the random user ID, unique to that site on the browser. This ensures that behavior in subsequent visits to the same site will be attributed to the same user ID.
_hjIncludedInPageviewSampleHotjar sets this cookie to know whether a user is included in the data sampling defined by the site's pageview limit.
_hjIncludedInSampleThis cookie is set to let Hotjar know whether that visitor is included in the sample which is used to generate heatmaps, funnels, recordings, etc.
_hjIncludedInSessionSampleHotjar sets this cookie to know whether a user is included in the data sampling defined by the site's daily session limit.
_hjSessionUser_1376571No description
_hjTLDTestTo determine the most generic cookie path that has to be used instead of the page hostname, Hotjar sets the _hjTLDTest cookie to store different URL substring alternatives until it fails.
CONSENTYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
has_recent_activityThis cookie is used to signal to the code repository website if the user has browsed other website resources during the current session.
tk_aiGathers information for our own first-party analytics tool about how our services are used. A collection of internal metrics for user activity and is used to improve user experience.
tk_lrThis cookie is set by the JetPack plugin on sites using WooCommerce. This is a referral cookie used for analyzing referrer behavior for Jetpack.
tk_orThis cookie is set by the JetPack plugin on sites using WooCommerce. This is a referral cookie used for analyzing referrer behavior for Jetpack.
tk_qsGathers information for our own first-party analytics tool about how our services are used. A collection of internal metrics for user activity and is used to improve user experience.
tk_r3dThe cookie is installed by JetPack. Used for the internal metrics for user activities to improve user experience.
Advertisement
Advertisement cookies help us provide our visitors with relevant ads and marketing campaigns.
CookieDescription
_fbpThis cookie is set by Facebook to deliver advertisements when they are on Facebook or on a digital platform powered by Facebook advertising after visiting this website.
frThe cookie is set by Facebook to show relevant advertisements to the users and measure and improve the advertisements. The cookie also tracks the behavior of the user across the web on sites that have Facebook Pixel or Facebook social plugin.
VISITOR_INFO1_LIVEA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
Preferences
Preference cookies are used to store user preferences to provide them with content that is customized accordingly. This includes the language of the website or the location of the visitor.
CookieDescription
_gh_sessThis cookie is used to preserve users' states across page requests.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
_hjSession_137657130 minutesNo description
_octo1 yearNo description available.
_zendesk_authenticatedpastNo description
_zendesk_sessionsessionNo description available.
_zendesk_shared_sessionsessionNo description available.
edd_wp_session12 hoursNo description available.
logged_in1 yearNo description available.
m2 yearsNo description available.