Hi,
When testing, I was removing manually the product_id column from the csv file, I forgot that the product_id column is always exported even if we uncheck the checkbox for the export mass action.
This allow to do complete checks on the products.
So I edited once again the code to handle that, and improve the algo to do more checks about the ids, if the id is existing so we replace the product, if not we create it.
Now the product code can be edited, if the id is correct the product code will be changed as expected, but if the product code is edited and the id is not a valid id, we create a new product as the system can't know if it is only a code edition in that case.
Here is attached all the latest file versions:
This attachment is hidden for guests.
Please log in or register to see it.
This attachment is hidden for guests.
Please log in or register to see it.
This attachment is hidden for guests.
Please log in or register to see it.
I hope this time is the good one