[NEW] Product imports/updates greatly improved - Enable new feature now! #5
EricBusch
started this conversation in
Announcements
Replies: 1 comment 2 replies
-
There have been a few custom code snippets that have been affected by these changes. Please also make sure you have updated your custom code if you have implemented the following: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update 2022-03-07 11:01:48
This is no longer necessary as the feature has now been integrated into the Datafeedr WooCommerce Importer plugin as of version 1.3.0.
If you are experiencing problems with version 1.3.0 of the Datafeedr WooCommerce Importer plugin, you can revert the changes by adding the following code to your Custom Plugin.
Hi All,
In October, 2020 we released a new feature to the Datafeedr WooCommerce Importer plugin but the new feature is inactive by default.
What does the new code do?
The new code takes advantage of native WooCommerce APIs to import and update products. This has many advantages:
Why is it disabled by default?
By default, the new "updater" code is disabled and you must opt-in to use it. This is because the new code could result in some of your custom code (specifically related to importing product attributes) not working as expected.
However, we have tested the new "updater" code against most of the custom code samples in our documentation and did not have any problems. The custom code continued to work exactly as expected.
What should I do?
Add the following PHP Code to your Custom Plugin.
When will this new code by enabled by default?
We are not sure yet...
Questions?
Sure! Please post your questions regarding this new feature below.
Beta Was this translation helpful? Give feedback.
All reactions