Hi,
We use custom field type of dropdown and table order to allow people during checkout select terminal address based on shipping method.
To show selected terminal from dropdown in the view show_block_status we use such code:
<?php $order = $cart->cart_fields; echo $order->lpexpress; ?>
This works fine and shows selected value from dropdown custom field. Value is set same as title....
However now we are exporting orders via csv export and each terminal must have unique ID. So we set unique id to each value...
How can we get/show selected title from dropdown custom field??
Attached some screenshot to be more clear what we need to get.
Kind Regards