• Resolved leemon

    (@leemon)


    Has anyone tried the plugin with the new WooCommerce 4.0?
    Have you found any issues?

    Thanks

Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    A draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
    https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
    please try it, if it looks an improvement we’ll ask Hyyan to publish the release here

    There is one more problem. When I change prices through the import, the publication date of the product changes to 30.11.-0001 at 00:00.
    I’m not a programmer, but I solved it with SWAG method.
    To solve this, I commented out the code in the file (woo-poly-integration/src/Hyyan/WPI/Product/Meta.php) line 89-96.

    //sync taxonomies
    $ProductID = $object->get_id();
    if ($ProductID) {
    do_action(‘pll_save_post’, $ProductID, $object,
    PLL()->model->post->get_translations($ProductID));

    $this->syncTaxonomiesAndProductAttributes($ProductID, $object, true);
    }

    • This reply was modified 3 years, 9 months ago by stasz.
    Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    @stasz please feel free to add comments and requirements for import to the open issue at: https://github.com/hyyan/woo-poly-integration/issues/208

    tbh I’m not sure what the import should do, other than trigger a synchronisation on any items which already exist and are linked to translations which is what the code was attempting to do here.

    Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    since 1.5 is now released on www.ads-software.com and declares compatibility with WooCommerce 5.0, I’m closing this thread about WooCommerce 4.0 compatibility.
    Please report any new issues with 1.5 or WooCommerce 5 on https://github.com/hyyan/woo-poly-integration/issues

    Thread Starter leemon

    (@leemon)

    Thanks for your work, @jonathanmoorebcsorg!

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Compatible with WooCommerce 4.0?’ is closed to new replies.