San75 Posted November 26, 2019 Share Posted November 26, 2019 I have just about managed to import 2000 products using a csv file without Prestashop halting with just an error message with no explanation. I do not want to attempt importing the full file and would like to just update the price and quantity. How should I do this? Create a new CSV file with the product ID, quantity and price fields and choose to ignore all other fields? Link to comment Share on other sites More sharing options...
tuk66 Posted November 26, 2019 Share Posted November 26, 2019 Exactly. Link to comment Share on other sites More sharing options...
San75 Posted November 26, 2019 Author Share Posted November 26, 2019 If i create a csv with just the 3 fields will the existing product information remain untouched? Link to comment Share on other sites More sharing options...
tuk66 Posted November 26, 2019 Share Posted November 26, 2019 Yes. It is the same as to ignore some columns. 1 Link to comment Share on other sites More sharing options...
San75 Posted November 26, 2019 Author Share Posted November 26, 2019 50 minutes ago, tuk66 said: Yes. It is the same as to ignore some columns. Thanks. When doing a full import is a report file created and stored anywhere? Link to comment Share on other sites More sharing options...
tuk66 Posted November 26, 2019 Share Posted November 26, 2019 Never. Link to comment Share on other sites More sharing options...
San75 Posted November 26, 2019 Author Share Posted November 26, 2019 I seem to be getting server errors when importing. Can you please advise what the issue is? /public_html/controllers/admin/AdminImportController.php on line 2235\nPHP message: PHP Notice: Undefined property: Product::$image_alt Link to comment Share on other sites More sharing options...
tuk66 Posted November 26, 2019 Share Posted November 26, 2019 Unimportant PHP Notice. Just disable Debug mode. Link to comment Share on other sites More sharing options...
San75 Posted November 28, 2019 Author Share Posted November 28, 2019 Whenever i upload a csv with sku and quantity, it creates some new products just using the SKU and Quantity fields. The SKU is unique and has no duplicates. The feed has exactly the same SKU and lines as the full product import so i can't understand why new products are created (approx 1000 new, feed has 5500) I enable 'Use product reference as key' and 'Force all ID numbers'. Link to comment Share on other sites More sharing options...
zod Posted March 10, 2021 Share Posted March 10, 2021 You use the wrong field, it is not "SKU" but "Reference". 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