Jump to content

CSV import of csv export example does not work?


Recommended Posts

working with csv files getting ready to upload products to store. I have 12 or so products manually loaded inside back office. I used the export your file for an example. Played with that for testing, couldn't get presta to import it, finally got it too, but all data was forced into the name field??

 

so I did a test, I exported the example file, then re-uploaded it without touching it, it failed? whats up this? it was the file presta generated, shouldn't it have imported without a problem?

 

here is what it said.

Any clue as to what this means? is it my domain

 

[PrestaShopException]

Property ProductSupplier->id_product is not valid
at line 837 in file classes/ObjectModel.php

831. 832. 			$message = $this->validateField($field, $this->$field);833. 			if ($message !== true)834. 			{835. 				if ($die)836. 					throw new PrestaShopException($message);837. 				return $error_return ? $message : false;838. 			}839. 		}840. 841. 		return true;
Link to comment
Share on other sites

  • 1 month later...

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...