Hi Nicolas
further to this I also need to add the eta custom field which you kindly gave me the code for to show in user / cpanel_orders.php to be available in the order / listing.php and also the order / show.php
I have tried the code below but no results are returned in the order / listing.php and it shows as a duplicate in the order / show.php
<?php $class = hikashop_get('class.product');
$data = $class->get($product->product_id);
echo $data->eta; ?>
Actually when I add the above code to order show I get a duplicate of the field as per the screenshot. ETA 2020
Thanks
Dave