Hi
I am using the plugin for order splitting but the only problem is, its not changing or provide variation in order number and because of it our deliver panel unable to fetch the variation/split orders.
Can you please help in that. It needs to be like order number – 1
order number – 2 or multiple so it will be counted and different orders.
We are using Woocommerce APIs to create order from mobile app and after order creation not split order the way working from website.
]]>Hi Team,
kindly help us
We are using multi order for woocommerce plugin for splitting orders. Also we have vendors for selling products. Also we have options for cancelling & refunding product. While ordering a bulk no. of products in an order, that orders are not accessible as child orders in vendor dashboard. So if a user cancel a sub order, the vendor will not get that information as the product is cancelled. So please help us for getting suborders in vendor dashboard.
Hi,
On your plugin, If I order 20 of the same item, is it possible to assign each of the 20 items with a unique, individual order number?
Thanks
Martin
Message: Undefined array key 2
In: /public_html/wp-admin/includes/menu.php on line 174
thrown in /public_html/wp-content/plugins/multi-order-for-woocommerce/classes/multiorder/class-alg-mowc-order-manager.php on line 114
any idea why i have that error ?
]]>Hi,
I have activated you plugin but it is not working as expected. My suborder id are not getting generated as 100-1, 100-2 where 100 is parent id and 1,2 are suborder in parent order.
Kindly help.
]]>Hi, I’m a user of your plugin. I have some doubts. Can you please tell me how to check whether a main order has suborders or not programmatically? Also, how to check whether suborders of a main order is empty programmatically?
Please help me if you can.
Thank you
can this split orders on a multisite network if all stores on the network has the product?
]]>Hi,
Is it possbile to split the main order into sub orders by post author with this plugin?
Thank you.
]]>Hi there,
I will be getting 20+ orders in a day of the same item. I am trying to find a way to process multiple orders at once and just have a label printed. Does your extension do that?
S
]]>Hi,
How do i create a sub order? This is what i have in the plugon settings https://prnt.sc/1qwqxls – https://prnt.sc/1qwqz3b
I appreciate the help!
]]>I need to create an order and the send it to several customers (i belive i will have to create several orders with each customers address on each order) does your plugin can help me with this?
if not do you do custom coding so I can achieve this?
]]>Hi,
The plugin work great for me, only 1 issue is that it’s showing repeat sub-order on view-order page to customer.
see the screen short: https://prnt.sc/xo0d8c
Can you help me how to remove this repeated text.
Thank you
]]>Hi,
Is it possible, maybe in your premium version, to combine the splitted items into one new sub-order? Where you can pick what products are being split into the new sub-order, so you don’t have many sub-orders.
Best,
Olga
Hi there,
How i can choose items to split in sub order?
Example: i have 3 items in the order ( item A,B and C) so i need to split just item C to sub order.
Thank you
Bassam
Thx for the Plugin…The Plugin works very fine…But I found one Problem and dont know How to fix it….Little help will be highly appreciated…
The Sub Folder # when the order comes in are like this
Example New Order# 2002 – with 2 items
The sub folder created # are 2002-1 and 2002-2 … so far good.
When we try and send a tracking # to the customers order…in the email body to the customer it shows the sub order order# as
order# 2003 for sub folder order# 2002-1
order# 2004 for sub folder order# 2002-2
I dont know how to change it to 2002-1 & 2002-2 in the email body.
Little help will be highly appreciated.
Thank you
Hi,
Is there a possibility to split only the items from the order that have the backorder meta data?
Kind regards,
Olga
Hi,
I really like your plugin, how it works with suborders!
Only wondering wether you have thought about a function to combine orders as well?
It would be great to have those two actions within one plugin.
Best,
Olga
Hi,
I can not sort the orders by date when the plugin is activated; can I add php code to force sorting?
Thank you for your help
]]>Hi – I think I’m being a bit dim and struggling to get to grips with the alg_mowc_order_item_valid_as_suborder filter (line 734 of class-all-mowc-core.php)
What can I use in my_function to get the ID of the product ($productID) being checked so that I can return true or false based on if I want that item to be split or not.
Very simplified to show what I’m trying to do:
add_filter('alg_mowc_order_item_valid_as_suborder','myfunction');
myfucntion() {
$split_item = false;
if ($productID = 1234 ) {
$split_item = true;
}
return $split_item;
}
Hope that makes sense
Many thanks
Stef
As i installed it give me a fatal error Fatal error: Class ‘WP_Background_Process’ not found in /home/content/03/9400803/html/wp-content/plugins/multi-order-for-woocommerce/classes/multiorder/class-alg-mowc-order-bkg-process.php on line 12
]]>Hi there
Working on a multi vendor site that connects communities and local stores, I need the option to create bulk order from communities with minimum order.
For example, the veggies store set up minimum order of 2000$, the customers that orders from various stores (each with its own requirements) have their veggies order sums up on the veggies store to reach the minimum order for delivery.
Each customer receives in the end an invoice for his own actual order.
Can that plugin do that, or does it needs customisation?
Thank you
Yinon
I have been using the multi-order for over a year now and it has worked perfectly.
After this latest update tho, for PAYPAL STANDARD payment options, the main order status is set, but the sub order status is not set to the setting that I have in place.
This is casusing errors when running reports and tracking orders.
Can you please advise on what to do do fix this?
]]>We stand behind Multi Order for WooCommerce 100%. If you experience any issues we will be happy to help you via our official website only. We do NOT monitor this forum for support requests.
If you need help, a good place to start is our documentation.
If you can’t find the answer there, simply open a support ticket on our website.
Thanks!
]]>Hi, I use woocommerce multiple addresses to allow customers to choose different addresses for each item in their cart. Sometimes they have a few of the same item, will you plugin split the order into different sub orders with this?
thanks
Hi @karzin,
After trying to refund a suborder via Stripe, I get this error:
“An error occurred while attempting to create the refund using the payment gateway API.”.
It works fine when I refund from a main order, however I need to do the refund directly in the suborder as the partial refunds in main orders are not synched with the suborders.
Thank you.
]]>Hi @karzin,
When I set the “Minimum quantity necessary to create suborders” to 1, the splitting functionality works fine but the main order default status is not working.
I found the issue in the plugin code, it’s on line 470 from multi-order-for-woocommerce-pro/classes/multiorder/class-alg-mowc-pro-order-manager.php
The comparison value there should be dynamic according to the “Minimum quantity necessary to create suborders”, instead of “> 1”.
Could you help me please with this fix?
Thank you.
]]>Hi @karzin,
When I click on Refund in an item inside a main order, the refunded value appears in the corresponding suborder but the status doesn’t change to “refunded”. Could you check this please?
Thank you!
]]>Hi @karzin,
I created a discount coupon in my shop. It is applied successfully to the main order, but it’s not working fine on the suborders after splitting, as the total discount is applied to each suborder, but it should apply just the corresponding discount.
e.g.:
Checkout order: https://cl.ly/ce4c6d3f425c
Main order: https://cl.ly/48e9eaa3e842
Suborder: https://cl.ly/ee7c176b7eab
In some cases, when taxes are applied, it also needs to add the tax discount:
https://cl.ly/07ef3b075f6c
Thank you so much.
]]>Hi @karzin,
Is there a way to hook the plugin in order to disable the split functionality for certain orders? I’m using another plugin to duplicate orders, but I don’t want them to be split.
I’ve been struggling with this and looking for a hook or a function to do that but haven’t been able to.
Thanks.
]]>