ereit1231 Posted August 25 Share Posted August 25 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 Link to comment Share on other sites More sharing options...
ComGrafPL Posted August 26 Share Posted August 26 Is that your settings? You need to map properly. Like Active are set to images. All values should be map correctly. Link to comment Share on other sites More sharing options...
Mehdi Bourechka Posted Saturday at 04:02 PM Share Posted Saturday at 04:02 PM 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 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 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