The best way to find the correct template path is to turn on admin template hints. By default magento does not provide a way to accomplish from the admin, but ...
When creating orders from the admin interface, the custom price of the product can be arbitrarily set but the prices for custom options cannot be.
It's seems you use customer module What is the name of the module?
You can now use REST to add a product with customizable options (for
Display Programmatically Created Custom Options In Admin Order
magento / magento2 · Create Order in the admin panel: wrong price is displayed for Configurable Products with Customizable Options #25766.
Open the product in edit mode. Scroll down and expand the Customizable Options section. Click Add Option.
Simple solution for your problem is to create a product in Magento and
The creation of order in Magento 2 admin panel isn't a common thing, but
I've found the solution myself. After digging a little I discovered that addProduct() expects a DataObject . So I replaced my foreach with the ...