Display Stock Column When Adding New Order From Backend

Hello!

I want to display stock column, in table formed when adding new order from backend - please check the attached print screen.

What files / functions are used when extracting and passing information to browser page (or template?!) to add new product line (with Product, Price, Quantity fileds)?

I've noticed XHR POST request when click on a product line in search box list results, for example to

https://domain.com//admin.php?dispatch=order_management.add&product_id=29787&product_data[29787][amount]=1

but, as I understand, this is only for add product to cart, and maybe JavaScript is used to "display" info in page browser.

It would be enough to indicate me files / functions where to look and add my code, and some brief indications. No problem if core files modifications needed...

Many thanks!

stock_column_add_new_order.png

Templates of order management are located here:

design/backend/templates/views/order_management

Controller:

app/controllers/backend/order_management.php

Main amount of functions:

app/functions/fn.cart.php

Did you get this to work? Can you elaborate on how?

How much would this modification cost?

Thanks

Please contact us to get a quote