1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00

article fix

This commit is contained in:
Akolzin Dmitry 2017-10-16 10:10:51 +03:00
parent 04f8227f27
commit ab90bc6f4a

View file

@ -383,7 +383,7 @@ if ( ! class_exists( 'WC_Retailcrm_Icml' ) ) :
}
if ($product->get_sku() != '') {
$params[] = array('code' => 'sku', 'name' => 'SKU', 'value' => $product->get_sku());
$params[] = array('code' => 'article', 'name' => 'Артикул', 'value' => $product->get_sku());
}
$name = ($post->post_title == $product->get_title()) ?