Well done. But I didn't understand how you managed to insert the product data into the script automatically. Thanks for the reply
@gebsystems2 жыл бұрын
I wrote a script in PHP that just generates random products with descriptions and all other data and saves it all into a python script that later does the job. In the real world you could replace that with something different. For instance you could have an excel file with 1600 products that you want to import. In that scenario you would be exporting the into a CSV file and later on modify the python generation script to read from there. After that just run the newly generated python script and you are good to go. Does that clear it all up?
@torque63896 ай бұрын
Nice! Two questions. 1. If the data is in a csv file, how do you loop through that to read and then input the values? 2. How did you do the status window?