V
V
Vitaly Mironov2018-09-05 20:03:20
WordPress
Vitaly Mironov, 2018-09-05 20:03:20

Where is the order submission file in the database in WooCommerce?

Where in WooCommerce is the file for submitting an order to the database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2018-09-05
@nor1m

Specify what needs to be done with the order? You should not change plugin files, you need to use filters and hooks. All of them are described in the documentation
once https://docs.woocommerce.com/wc-apidocs/index.html
and twice https://docs.woocommerce.com/wc-apidocs/hook-docs.html
WC_Order::save()
But before calling this method, there is at least a change in the status of the order and the corresponding hooks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question