I am getting the following message when trying to split an order:
Error occurred while fetching order items.
]]>Order split does not copy custom fields, particularly “VAT Number” and “is_vat_exempt”
]]>Hey. I enabled the split order permission for the Shop Manager in your plugin settings but when i save it, the its again unticked. I am unable to save it and for shop manager its not working. The permission does not get assigned
]]>Hi, thanks for the great plugin.
Is it possible to have an option to ‘Duplicate the order’ in Bulk actions, above the ‘return to the original order’ option, so that we wouldn’t have to enter the order to clone it from the ‘order actions’?
image link – https://ibb.co/HthfY2b
Thanks ??
]]>I just installed the plug-in, but there is no split button available next to the REFUND button for splitting the order
]]>Hi there,
I use the Tiered Price Table for WooCommerce and Woo Gift Cards plugins, both of which add buttons the the bottom of the orders page like so:
It seems the WooCommerce Order Splitter button and dropdown area doesn’t work well with these 3rd party buttons, as it pushes them out of place:
It looks like 3rd party buttons are perhaps excluded from the Order Splitter layout, understandably.
<div class="wc-order-data-row wc-order-bulk-actions wc-order-data-row-toggle">
<p class="add-items">
<button type="button" class="button add-line-item">Add item(s)</button>
<button type="button" class="button add-coupon">Apply coupon</button>
<button type="button" class="button refund-items">Refund</button>
<button type="button" class="button button-primary calculate-tiered-pricing">Recalculate with tiered pricing</button>
<button type="button" class="button split-order">Split order</button>
</p>
<div id="split-order-container" style="display:none;"></div>
<button type="button" class="button add-gift-card">Apply gift card</button>
<button type="button" class="button button-primary calculate-action">Recalculate</button>
<p></p>
</div>
Is there perhaps a snippet or some css I can apply that would even up the layout do you think?
I’ve had a go myself, but can;t get it to work.
Thanks for your help!
]]>Hi there,
Is there any way for the ‘Original’ and ‘Splitted’ labels in the orders to be links to those orders?
Or perhaps there could be a note adde to the order that includes a link?
It would handy to be able to acces the original and split orders from each other via in order links.
Thank you for your help!
]]>Hi there,
I have the following snippet applied to help speed up the Woocommerce checkout when a large number of products are ordered:
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );
Unfortuately this also seems to force customer and admin order emails when I split an order, even with ‘Disable order email’ set for everyone.
Is there any workaround I can use that will stop the order split emails being sent do you think?
Thank you for your help!
]]>