Title: Customer approval
Last modified: May 2, 2023

---

# Customer approval

 *  [sybn](https://wordpress.org/support/users/sybn/)
 * (@sybn)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/customer-approval/)
 * I have a marketplace where I use Woocommerce and Dokan plugin together.
 * I want customers to be able to confirm their order when they receive it. So that
   the order status changes to complete
 * Is it possible?
 * Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [luizdevplugins](https://wordpress.org/support/users/luizbvplugins/)
 * (@luizbvplugins)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/customer-approval/#post-16704455)
 * You will need to create the feature that allows user to change the order status(
   and be sure the user is the order owner). Then you can create a new status called‘
   confirmed-by-user’ and change the order status to this new one.
 * $order = new WC_Order($order_id);
   $order->update_status(‘confirmed-by-user’, ‘
   order note here’);
 *  Thread Starter [sybn](https://wordpress.org/support/users/sybn/)
 * (@sybn)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/customer-approval/#post-16704974)
 * Hi,
 * How can I create the feature you are talking about?
 * If I add these codes will it be what I want? Where should I add these codes?
 * I don’t have much coding knowledge.
 *  [luizdevplugins](https://wordpress.org/support/users/luizbvplugins/)
 * (@luizbvplugins)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/customer-approval/#post-16710783)
 * Please note that the feature you are requesting is not related to the plugin’s
   functionality. We highly recommend that you avoid making any changes to the plugin
   files if you do not have coding knowledge. Attempting to do so could cause your
   website to break. We suggest hiring someone with coding expertise instead. Thank
   you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customer approval’ is closed to new replies.

 * ![](https://ps.w.org/bp-custom-order-status-for-woocommerce/assets/icon-256x256.
   gif?rev=3056274)
 * [Custom Order Status Manager for WooCommerce](https://wordpress.org/plugins/bp-custom-order-status-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/bp-custom-order-status-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-custom-order-status-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-custom-order-status-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-custom-order-status-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [luizdevplugins](https://wordpress.org/support/users/luizbvplugins/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/customer-approval/#post-16710783)
 * Status: not a support question