1. With scraped data, I have a lot of duplicate records in CSV file.
As I use Product URLs from scraped data as Unique Identifier (ImportWP):
11 unique urls
2 duplicate urls
After running import (the second time), it displays 13 Update. How to set ImportWP to skip the duplicate URLs instead of updating (so it can speed up the import process) ?
I attached the importer.
2. I use product data as a way to show stock & out of stock.
Example:
Day 1: 20 products imported
Day 2: 15 products update (how to show the missing product as “out of stock” ?)
Day 3: 20 products update (how to change “out of stock” to “in stock” when the missing products become available again ?)
3. When I set Taxonomy (product category) as “Samsung > Samsung air conditioner”, I see that products page displays the parent category & child category as well.
How to import the product in the child category “Samsung air conditioner” only ?