Hi,
Without any extra details about your order, the shipping method, etc ; it will be difficult to tell you more.
The best will be to make some debug (having details to work on) like
var_dump($this->shipping);
var_dump($this->order->order_shipping_method);
if(!empty($this->shipping)) {
(The last line is just the indication to know where to place the two other lines, regarding the code you pasted before).
The debug data should give us more details about the trouble, but if you can add more details about the order, the shipping method, the order you are displaying (main order, sub order), it will be quite useful to help the comprehension.
Regards,