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 4 years ago by stasz.