-
AuthorPosts
-
April 11, 2022 at 3:02 pm #122922
sinParticipantHi, this is the plugin development suggestion.
I had bought ~6 villatheme plugins. All of them are highly quality and useful.For my suggestion, I hope villatheme can consider to develop sequential-order-numbers plugin which integrate with villatheme plugins such as
– WooCommerce Orders Tracking
– Bulky – WooCommerce Bulk Edit
– WooCommerce Email Template Customizer
– and woocommerce type plugin from villathemeI had searched some similar plugins from internet. All of them need to change some code from each plugin file if comptible between 2 diff. plugins.
https://wordpress.org/plugins/woocommerce-sequential-order-numbers/
https://wordpress.org/plugins/wt-woocommerce-sequential-order-numbers/
https://yithemes.com/themes/plugins/yith-woocommerce-sequential-order-number/
$order = wc_get_order( $order_id );
$order_number = $order->get_order_number();Hope the custom sequential-order-numbers can be
– replaced the default woocommerce order number
– searched the order ID (custom numbers) in WooCommerce Orders Tracking page
– integrated with Bulky that allow quickly edit the order number in bulky
– showed on WooCommerce Email Template Customizer that replaced the default woocommerce order numberI think I will buy it immediately 🙂
-
AuthorPosts
You must be logged in to see replies to this topic. Click here to login or register