• moeadas

    (@moeadas)


    I’m trying to importing products from CSV file and for some reason I can import all fields except for the price. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    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?

    Plugin Support RK a11n

    (@riaanknoetze)

    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)?

    Thread Starter moeadas

    (@moeadas)

    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

    Thread Starter moeadas

    (@moeadas)

    by the way I’m using the default woo-commerce import funtion

    seank123

    (@seank123)

    The Regular Price column heading has a line break in it – is there a reason for that? Maybe try it without

    Thread Starter moeadas

    (@moeadas)

    Hey Seank… I tried removing the line break but still couldn’t import the prices. Any other tricks in mind?

    seank123

    (@seank123)

    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.

    Thread Starter moeadas

    (@moeadas)

    Tried that… still the same problem

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Woocommerce not importing prices’ is closed to new replies.