When saving the order do i have to capture these values and add them to the Order? Not sure where i do this, can someone point me in the right direction.
The idea is once admin has sent the order they can update the order with the tracking number and courier, move it to a new Shipped state which fires off an email to the customer.
That part works fine, however it's not sedning the new properties for Courier Name and Courier Tracking number.
Additional Details added to Order in Edit-Order.cshtml page
HI again!
I'm trying to add two additional text boxes in the Edit-Order.cshtml:
When saving the order do i have to capture these values and add them to the Order? Not sure where i do this, can someone point me in the right direction.
The idea is once admin has sent the order they can update the order with the tracking number and courier, move it to a new Shipped state which fires off an email to the customer.
That part works fine, however it's not sedning the new properties for Courier Name and Courier Tracking number.
Ugh...
Just realised my mistake!!
copy paste trigger happy
name=
that needs to be the property name as well! :)
Yup 😁
is working on a reply...