• The plugin has the option to set manually prices for each product individually.

    Image: https://ibb.co/LCcWnp0

    But I would like to know, if there is a possibility to upload this prices in a massive way through a .csv file? If this is possible, could you tell me how it can be done, what would be the columns that I should include?

    Thanks.

    • This topic was modified 1 year, 7 months ago by diegogomez.
    • This topic was modified 1 year, 7 months ago by diegogomez.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    Hello @diegogomez

    When you set a price using the Set prices in other currencies manually option, WCML creates some custom fields in the wp_postmeta table. For example, for USD currency, they will be something like: _price_USD, _regular_price_USD.

    One easy way to import those fields using a CSV, could be:

    • Go to Dashboard > Products.
    • Create a dummy product with a manual price.
    • Export your products selecting the “Yes, export all custom meta” option.
    • WooCommerce will generate a CSV file with the all the price fields required.
    • Use this format for future imports.

    I hope it helps,
    Andrés

    Thread Starter diegogomez

    (@diegogomez)

    Hi Andres, thanks for your answer.

    It’s an excellent idea, I’m going to give it a try, to see what column name adds to the Woocommerce products data table with the currency I created.

    Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    I hope it helps @diegogomez. ??
    Have a nice weekend!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload prices massive’ is closed to new replies.