• Hello,

    I need to import bulk prices into a WooCommerce shop and tried your plugin. Multiple problems:

    – does not work with Flatsome theme. The bulk table on single products is not shown correctly, page output is broken.
    – I need to import price data via WP All Import. In my export process I generated a field called fixed_price_rules that holds bulk price data in the key:data format (“amount:price,amount:price,amount:price”) specified in the documentation and elsewhere. In WP All Import I create a custom import field that is mapped to _fixed_price_rules. But that does not work, no data is imported into the metadata field _fixed price rules and no bulk prices appear on the products in backend.

    How to solve these problems?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Developer

    (@bycrik)

    Hi!

    For this moment the plugin supports only standard WooCommerce import/export tool, so that format is valid only for it.

    Regarding the theme, could you send a screenshot or a link with the table appearance? I think I’ll fix that in the next release.

    Best,
    Kolya

    Thread Starter xanathon

    (@xanathon)

    With this answer you will definitely not sell us the pro version.

    Isn’t _fixed_price_rules not just a product metadata field? Shouldn’t I be able to import into it via WP All Import? I have tried that but it does not work.

    I can work around the page breaking issue, but I need to import via WP All Import. If your plugin is not able to do that: no deal.

    Plugin Author WP Developer

    (@bycrik)

    Yes, it is.

    But rules are stored as an array, so during import\export, we need to convert it from “10:20,20:15” format to a serialized array. Currently, the plugin supports only the standard WooCommerce import/export tool. Sorry for the inconvenience.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import and Flatsome Theme’ is closed to new replies.