Deprecated: Required parameter $wrapper follows optional parameter $type in /var/www/html/xxxxxx/wp-content/plugins/woo-order-status-per-product/freemius/includes/class-fs-logger.php on line 145
Seeing the following depreciation issue after upgrading LEMP stack to PHP 8.
Is it possible to do a simple patch on line 145 above & issue a plugin update for this?
I’m happy to help provide more details in order to get a patch out..
JR
]]>I need the order status to change from processing to automatically completed after one hour
I did not get it yet. my website is food delivery, so as i get multiple orders, i need the status to change to completed on my own after 1 hour when i put “processing” manually.
]]>Hi I use Loco Translation plugin and its not affect on the plugin.
I got an error:
Additional files found
This bundle isn’t fully configured, so we don’t know what the following files are for. Click the setup tab to complete the bundle configuration.
hi I m using your plugin but when I change the order per item status to out of stock and recalculate the rest of the item cost it’s not generating the new price and the old price is still showing and if update the order status to processing and rest of items status out of stock closed is not mentioned in the email please resolve it my client has pinged me again and again
]]>Removing your plugin causes Quick View Pro not to function, and shows PHP memory errors. Please advise on thoroughly removing this plugin and provide insight as to why this is so. Thank you
]]>Hi, I recently downloaded this plugin, our site is already on-going so there are a lot of orders that is in completed status. However, even though the entire order is already completed, the custom order status per product reflects the status of the product as “unfulfilled”, is there anyway to auto-complete per product status once the entire order is marked as completed?
]]>HI Dear Plugin author,
Again thanks for this awesome plugin, I notice that the Same Genric item status recived in the client mail order is : “MStatus Unfulfilled” can it be edited somewhere?
thanks!
]]>Hi!
Thanks for this amazing plugin realy helpful and f a gamechanger in my procees of work.
Is there a way when i export my orders (sidebar->woocommerce->export orders) to add a field (in “action:”) that have the item status of each product in orders?
Hi There,
I have the lastest WordPress and Woocommerce installed and I am getting this error message quite often :
2020/06/03 19:45:07 [error] 118372#118372: *578623 FastCGI sent in stderr: “PHP message: PHP Notice: Undefined index: action in /www/ridinfamily_458/public/wp-content/plugins/woo-order-status-per-product/admin/class-woo-order-status-for-items-admin.php on line 324PHP message: PHP Notice: Undefined index: post_type in /www/ridinfamily_458/public/wp-content/plugins/woo-order-status-per-product/admin/class-woo-order-status-for-items-admin.php on line 325” while reading response header from upstream, client: 91.166.105.227, server: https://www.ridin-family.com, request: “POST /wp-login.php?action=lostpassword HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php7.4-fpm-ridinfamily.sock:”, host: “www.ridin-family.com”, referrer: “https://www.ridin-family.com/lost-password/”
2020/06/03 19:02:42 [error] 118372#118372: *577672 FastCGI sent in stderr: “PHP message: PHP Notice: Undefined index: action in /www/ridinfamily_458/public/wp-content/plugins/woo-order-status-per-product/admin/class-woo-order-status-for-items-admin.php on line 324PHP message: PHP Notice: Undefined index: post_type in /www/ridinfamily_458/public/wp-content/plugins/woo-order-status-per-product/admin/class-woo-order-status-for-items-admin.php on line 325” while reading response header from upstream, client: 176.168.129.29, server: https://www.ridin-family.com, request: “GET /activation/wWl4cw6uwvUQVja4duwRWnwYMD1tjgbe/?key=wWl4cw6uwvUQVja4duwRWnwYMD1tjgbe HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php7.4-fpm-ridinfamily.sock:”, host: “www.ridin-family.com”, referrer: “https://www.ridin-family.com/activation/wWl4cw6uwvUQVja4duwRWnwYMD1tjgbe/”
Could you please help here?
Thanks
Jose
]]>Incorrect work when recalculate or edition item. Select switches to first option.
https://yadi.sk/i/tffjeuenvxQyUQ
https://yadi.sk/i/i6kaQo2-Gquapw
Hi,
Thank you for the plugin! It’s just what I needed. Was looking to get retrieve item_status data and expected it to be stored in wp_woocommerce_order_itemmeta, but noticed it was store in the wp_postmeta. Would it be better to store item_status in wp_woocommerce_order_itemmeta? wp_postmeta is more related to an whole order.
Thanks!
]]>Hey!
There is a way to translate the frontend strings like “Status” and “Date”?
Thanks
]]>Hey,
I was using the following to get the key for the status
$order_items = $order->get_items();
foreach ($order_items as $item_id => $item) {
$item_status = get_post_meta( $item_id, 'item_status', true );
.... some logic ....
if(...){update_post_meta($item_id,'item_status',2);}
}
This was returning the key and I would update the item_status index based on some logic.
The get_post_meta and update_post_meta are no longer working. Is there a way I can still access the item status on these order items? If so, how?
]]>Hi,
I just tried installing the plugin on a multisite network, and I got an error saying that WooCommerce is required even though WooCommerce was active on the site. So it appears that the plugin is not compatible with multisite networks.
Can you confirm this?
Thanks!
]]>Hi
Is there any way to have custom order statuses but applied to the order?
Thanks
]]>Since the latest update, I cannot see any custom status in the woo-commerce orders.
]]>Hello,
I was using your plugin until today when I updated it to the latest version and I started getting a notice error in relation with WordPress 5.3 version. Please see the notice below:
Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /homepages/20/d772643783/htdocs/clickandbuilds/website/wp-includes/functions.php on line 4903
Is there any chance you can help me out fix this issue?
Any help would be highly appreciated.
Thanks
hello
I got this error when trying to install the plugin
so please help
Fatal error: Uncaught Error: Call to undefined method WCOSP_Woo_Order_Status_For_Items_Loader::add_filter() in /home2/fffoooox/public_html/mysite.com/wp-content/plugins/woo-order-status-per-product/includes/class-woo-order-status-for-items.php:187 Stack trace: #0 /home2/fffoooox/public_html/mysite.com/wp-content/plugins/woo-order-status-per-product/includes/class-woo-order-status-for-items.php(67): WCOSP_Woo_Order_Status_For_Items->wcosp_define_public_hooks() #1 /home2/fffoooox/public_html/mysite.com/wp-content/plugins/woo-order-status-per-product/woo-order-status-per-product.php(72): WCOSP_Woo_Order_Status_For_Items->__construct() #2 /home2/fffoooox/public_html/mysite.com/wp-content/plugins/woo-order-status-per-product/woo-order-status-per-product.php(75): wcosp_run_woo_order_status_per_product() #3 /home2/fffoooox/public_html/mysite.com/wp-admin/includes/plugin.php(2141): include(‘/home2/fffoooox…’) #4 /home2/fffoooox/public_html/mysite.com/wp-admin/plugins.php(175): plugin_sandbox_scrape(‘woo-order-statu…’) #5 {main} thrown in /home2/fffoooox/public_html/mysite.com/wp-content/plugins/woo-order-status-per-product/includes/class-woo-order-status-for-items.php on line 187
]]>Hi,
first I’d like to thank you for this great plugin.
It’s really helpful.
I’m having troubles sending a custom email on order status change. Is there any hook / function available to set this option?
Many thanks and kind regards
]]>On the front-end, the product status in the Order is not showing. I have it set to Order Received in admin area. Is it a feature to show the product status in an order for customer under my account->orders-> order
]]>