Hi there,
Can you share a copy of the CSV file you’re trying to import? Are you using the core WooCommerce CSV import function or another importer plugin?
Also: Have you checked to make sure the CSV format matches with what’s expected (more information at https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema#csv-columns-and-formatting)?
Hey Riaan
Thanks for your reply. Please find a copy of the file via this link. I really appreciate your support. Also I have another question if I may. I have created custom fields (by PHP code added to the functions.php) check the below URL to see how they look in the backend. If there a way to import the custom fields from the CSV and fill the fields programmatically. Thanks a lot
CSV file:
https://we.tl/t-eOek4XUFRu
Screen shot of the back end:
https://prnt.sc/voc554
by the way I’m using the default woo-commerce import funtion
The Regular Price column heading has a line break in it – is there a reason for that? Maybe try it without
Hey Seank… I tried removing the line break but still couldn’t import the prices. Any other tricks in mind?
You are mapping the column to the Regular Price field in the settings before you run the import aren’t you?
Try saving the CSV with only the SKU and proce columns and import that with the Update Existing Products box ticked.
Tried that… still the same problem