Title: Payment No Changed When Using Plugin
Last modified: July 20, 2022

---

# Payment No Changed When Using Plugin

 *  Resolved [nexusec](https://wordpress.org/support/users/nexusec/)
 * (@nexusec)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/payment-no-changed-when-using-plugin/)
 * I’m using the Sequential plugin to adjust the Order No. Before activating the
   plugin, this is how my Order No and Payment No looks like: [https://nexusec.com/mgmuk/wp-content/uploads/2022/07/Screenshot-2022-07-20-163921.png](https://nexusec.com/mgmuk/wp-content/uploads/2022/07/Screenshot-2022-07-20-163921.png)
 * After activating the plugin, this is how the Order No and Payment No looks like:
   [https://nexusec.com/mgmuk/wp-content/uploads/2022/07/Screenshot-2022-07-20-164049.png](https://nexusec.com/mgmuk/wp-content/uploads/2022/07/Screenshot-2022-07-20-164049.png)
 * I’m trying to find a way to check if I can change the Payment No to be ####-1,####-
   2, etc whereby #### is the Order No. So meaning if the Order No is #5010 the 
   Payment No will be #5010-1, #5010-2, etc.
 * I’m using the plugin WooCommerce Deposits to enable the multiple payments: [https://codecanyon.net/item/woocommerce-deposits-partial-payments-plugin/9249233](https://codecanyon.net/item/woocommerce-deposits-partial-payments-plugin/9249233)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpayment-no-changed-when-using-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/payment-no-changed-when-using-plugin/#post-15844911)
 * Hi [@nexusec](https://wordpress.org/support/users/nexusec/),
 * Greetings from WebToffee!
 * We have gone through the screenshots and it seems like the WooCommerce Deposits
   plugin returns the post id instead of the sequential order number from our plugin.
   Unfortunately, this cannot be fixed at our end alone. If you like to make this
   plugin compatible with the Sequential Order Numbers for WooCommerce, please make
   the below tweak.
 * Instead of referencing `$order->id` or `$order->get_id()` when fetching order
   data, use `$order->get_order_number()`
 * We suggest you contact the plugin vendor and share this information to fix the
   issue. Thanks for understanding.

Viewing 1 replies (of 1 total)

The topic ‘Payment No Changed When Using Plugin’ is closed to new replies.

 * ![](https://ps.w.org/wt-woocommerce-sequential-order-numbers/assets/icon-128x128.
   png?rev=2599891)
 * [Sequential Order Number for WooCommerce](https://wordpress.org/plugins/wt-woocommerce-sequential-order-numbers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wt-woocommerce-sequential-order-numbers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wt-woocommerce-sequential-order-numbers/)
 * [Active Topics](https://wordpress.org/support/plugin/wt-woocommerce-sequential-order-numbers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wt-woocommerce-sequential-order-numbers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wt-woocommerce-sequential-order-numbers/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/payment-no-changed-when-using-plugin/#post-15844911)
 * Status: resolved