1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

Fix option 'Activate the binding via sku (xml)'

This commit is contained in:
dima-uryvskiy 2021-06-28 17:45:32 +03:00
parent 948be17b92
commit 452285c95b

View file

@ -412,7 +412,7 @@ if ( ! class_exists( 'WC_Retailcrm_History' ) ) :
isset($this->retailcrmSettings['bind_by_sku'])
&& $this->retailcrmSettings['bind_by_sku'] == WC_Retailcrm_Base::YES
) {
$offerId = $item['offer']['article'];
$offerId = $item['offer']['xmlId'];
} elseif ($orderItem['variation_id'] != 0 ) {
$offerId = $orderItem['variation_id'];
} else {