Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s on our to-do list but we can’t promise to be very fast with it. This plugin was developed when WooCommerce still didn’t had regions and does not make a lot of sense to be using it nowadays.

    Thread Starter mb00

    (@mb00)

    It’s not about regions, its about how the orders are stored and how the data is managed. Given HPOS stores the data in new tables, standard methods like get_post_meta() or update_post_meta() can no longer be used and plugin developers need to rely on woocommerce api methods e.g. $order->get_meta().

    Your plugin could be 100% compatible with HPOS and you might only need to declare support using a small php code snippet. I haven’t reviewed the actual plugin code so I’m not sure if any changes are really needed, but the documentation provides information on what parts have to be update and how to declare the support.

    I understand this might take you some time, especially if you will have to make changes and retest everything, so I’m not expecting a quick update.

    I’m also happy to create a PR with changes if you’re using github for development and your repository is public.

    Thanks!

    • This reply was modified 1 year, 8 months ago by mb00.

    I know what HPOS is and we have several plugins already compatible.

    What I was saying is that this plugin as developed when WooCommerce didn’t had Regions yet just to let you know the main feature of this plugin is not even something that makes sense nowadays.

    Anyway, we don’t mess with orders so it’s probably just announce coompatibility.

    Thread Starter mb00

    (@mb00)

    Any progress on this?

    Thanks

    Version 2.8

    Thread Starter mb00

    (@mb00)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘HPOS Support’ is closed to new replies.