Fee names aren’t copied. This can be fixed by changing 'name' => $fee_item->get_name(),
to 'name' => $fee_value['name'],
around line 233 of class-clone-order.php. May also apply to bulk clone.
This topic was modified 5 years, 3 months ago by technigrafix.