sgtpep / woocommerce-1c

Provides data exchange between the WooCommerce plugin for WordPress and the business application "1C:Enterprise 8. Trade Management" (and compatible ones).
https://wordpress.org/plugins/woocommerce-and-1centerprise-data-exchange/
GNU General Public License v3.0
69 stars 41 forks source link

Исправление генерации айдишника контрагента #62

Closed Lomerill closed 3 years ago

Lomerill commented 3 years ago

По умолчанию, если это не меняется плагинами, автором заказа является пользователь ID=1. https://woocommerce.github.io/code-reference/files/woocommerce-includes-data-stores-abstract-wc-order-data-store-cpt.html#source-view.74 Так что $order_post->post_author == 1 и айдишник контрагента всегода wc1c#user#1. Чтобы передавался айдишник заказчика, надо использовать get_customer_id().

sgtpep commented 3 years ago

Спасибо!