Step 1 - Feed configuration for woocommerce csv import
There are several options exist how to upload csv file
- from PC
- from URL,FTP, Dropbox,Google sheets etc.
- from Email
- sometimes it is necessary to download file from supplier web site under client's login & password (it is possible but will require custom development)
Step 2 - CSV format selection during csv woocommerce import
- by default system does not know format of file you defined,
- clever algorithm tries to detect format itself (in your case csv file) for woocommerce
- if you see any issue with format detection you can set the right variant manually
Step 3 - encoding for csv,delimeter and wrapper before csv import into woocommerce
- there are many ways how csv file can be saved
- software has to be ready to open common variants of csv file for woocommerce
- clever algorithm tries to detect all options automatically
- at this image you see detection result for specific file
- client can change options if you see issues manually
Step 4 - columns definition for csv file
- each file for woocommerce import has columns
- user has to define what column contains names, what column contains prices. it is columns matching
- there are 2 ways how to do that for csv file at PSQQQ
1) via column definition
2) via product model fields definition(advanced mode- extended settings)