Jump to content

Problems with importing products


Recommended Posts

Hello,

I’m having trouble with the PrestaShop import tool.

Here’s what I did:

Installed a fresh PrestaShop instance with demo products.

Exported the demo products to CSV.

Deleted all demo products from the shop.

Tried to import the same CSV back.

But during the import I get an error.

It seems impossible to import any product, no matter what i tried, i`m struggling with this problem for whole week

image.thumb.png.d083d907bed1ad3e4612f4679f97bf76.pngimage.png.5a0043a08cf3964c505140d4001f51d9.png

Link to comment
Share on other sites

On 8/25/2025 at 12:11 PM, ereit1231 said:

Hello,

I’m having trouble with the PrestaShop import tool.

Here’s what I did:

Installed a fresh PrestaShop instance with demo products.

Exported the demo products to CSV.

Deleted all demo products from the shop.

Tried to import the same CSV back.

But during the import I get an error.

It seems impossible to import any product, no matter what i tried, i`m struggling with this problem for whole week

image.thumb.png.d083d907bed1ad3e4612f4679f97bf76.pngimage.png.5a0043a08cf3964c505140d4001f51d9.png

Honestly, the native import/export in PrestaShop has limits and often doesn’t cover all real-world cases. That’s why you see import-export modules selling in the thousands on the official marketplace, they provide stability, automation, and advanced mapping that the core tool doesn’t.

 

If you still want to stick with the native importer, here are a few tips:

– Always use a clean UTF-8 CSV (no BOM) with the right delimiter.

– Start with small batches (50–100 products) to spot errors before a big import.

– Make sure categories already exist, or enable “create categories if not found.”

– Check PHP limits (memory_limit, max_execution_time, upload_max_filesize) and raise them if needed.

– For images, use direct URLs that are publicly reachable.

– After import, don’t forget to clear cache and reindex search.

 

For small catalogs or occasional imports, this works fine. But for larger stores or regular syncs, a dedicated module will save you a lot of headaches.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...