How to show product due date

Good day

One of the “options” next to the products that we added is “when do you need the product by” given that everything is custom made. So the customer picks when they need the product by and the vendor needs to be able to monitor when every order is due.

How do we create a column which shows the output on the vendor order page so they can manage the orders better. See screenshot - so having a separate column next to date which shows the “when do you need the product by” input i.e the due date.

https://apieceofcakesa.co.za/?store_access_key=0e75d227280dc7e7b75b7bd06cea0794

Thank you!

template is located here

design/backend/templates/views/products/manage.tpl

you should also extend the fn_get_orders function (app/functions/fn.cart.php) to retrieve this value from the database for each order

Thank you - what do you meant by extending to retrieve the value?