ultimatewoo
Forum Replies Created
-
Hi Vicenç,
You can use the
edit_order_numbers_permissionsfilter to return your permission in the callback. For example:add_filter( 'edit_order_numbers_permissions', function() { return 'manage_woocommerce'; } );You can place this in your theme’s
functions.phpfile.Forum: Plugins
In reply to: [WooCommerce Edit Order Numbers] Screen jumps on editHello! We just released version 1.1.1, which fixes this issue. It was caused by default WooCommerce behavior that basically turns table rows in the Orders page into links to their respective orders – since clicking on the Order Number input was technically clicking on the order’s row (parent tr element), it was being treated as a link by WooCommerce. Anyway, it’s fixed now!
Forum: Reviews
In reply to: [WooCommerce Edit Order Numbers] I really love it…but it stopped working.Hi there. We updated the plugin a few days ago, and the update should resolve any troubles. If you’re still experiencing any issues, please get in touch!
Forum: Plugins
In reply to: [WooCommerce Edit Order Numbers] sadly not workin’ on since WP 4.8We just released an update to version 1.1. Everything is working for us as of WordPress 4.9 and WooCommerce 3.2.5.
Forum: Plugins
In reply to: [WooCommerce Edit Order Numbers] Cannot search by new order numberHello. The plugin does not currently support searching by custom order numbers, but this is something we’ll certainly consider adding in a future release.
Hi there. Are you able to share any error message so that we can get a better idea of where the issue may lie?
Forum: Plugins
In reply to: [WooCommerce Edit Order Numbers] Cannot change the order numberThat message can mean that the number you inserted conflicts with another order or a post. If you have another post (or custom post type) that has that same ID number, the error is thrown because of the conflict.
Glad you’re liking it! If you’re referring to groups as in membership groups and custom capabilities, that’s in the works for the pro version and will be available soon.
Happy to hear you like it!
You’re vague comment does nothing to help us fix any potential problems. Why not submit a support thread instead of a negative review?
As far as it being unresponsive, you must be experiencing a problem specific to your website because we are continuously monitoring the plugin and how it performs. We have no problem running it with 4.0.1 and no one else has reported issues.
You’re very welcome! 🙂