Getting the Woocommerce Plugin to use "Our SKU" instead of the Easify Sku
Hi Guys,
I am trying to get the woocommerce plugin to work with our sku instead of the easify sku. Whatever I try it still seems to reference the easify sku see below from error log:
(
[EntityName] => ProductStockLevelChanged
[KeyValue] => 100791
[Action] => Modified
[PrivateKey] =>
[NotificationId] => 4146
)
02-04-21 08:59:28.48180 - Easify_Generic_Web_Service->process_request() - Entity:ProductStockLevelChanged Action:Modified Key:100791
02-04-21 08:59:28.48205 - Easify_Generic_Web_Service.UpdateProductStockLevel(100791) - doesn't exist
02-04-21 08:59:40.33118 - Easify_WC_Plugin.receive_from_easify() /wp-admin/edit.php?post_type=shop_order
02-04-21 08:59:44.40583 - Easify_WC_Plugin.receive_from_easify() /wp-admin/edit.php?post_type=shop_order
02-04-21 08:59:52.74448 - Easify_WC_Plugin.receive_from_easify() /wp-admin/edit.php?post_type=product
02-04-21 09:00:00.94647 - Easify_WC_Plugin.receive_from_easify() /wp-admin/edit.php?s=anchor&post_status=all&post_type=product&action=-1&seo_filter&readability_filter&product_type&stock_status&paged=1&action2=-1
02-04-21 09:00:50.35290 - Easify_WC_Plugin.receive_from_easify() /wp-admin/edit.php?s=anchor&post_status=all&post_type=product&action=-1&seo_filter&readability_filter&product_type&stock_status&paged=1&action2=-1
02-04-21 09:01:23.48820 - Easify_WC_Plugin.receive_from_easify() /clientaarea.php
02-04-21 09:01:24.59202 - Easify_WC_Plugin.receive_from_easify() /
02-04-21 09:01:25.84731 - Easify_WC_Plugin.receive_from_easify() /clientaarea.php
02-04-21 09:01:51.67597 - Easify_WC_Plugin.receive_from_easify() /product-category/cake-and-craft/page/6
02-04-21 09:01:54.00672 - Easify_WC_Plugin.receive_from_easify() /product-category/cake-and-craft/page/6/
02-04-21 09:02:44.77363 - Easify_WC_Plugin.receive_from_easify() /robots.txt
02-04-21 09:02:45.34432 - Easify_WC_Plugin.receive_from_easify() /product/coffee-subscription/
---------------------------
This line "[KeyValue] => 100791" Is the bit I need to fix. But trying to find where to edit the KeyValue to change it so it references the "Our SKU" column in Easify is proving to be challenging for me.
Any advice would be greatly recieved!
Greg