extOrderItem; /// Delivery e-mail intro with order ID (%1$s), order date (%2$s) and delivery status (%3%s) $msg = $this->translate( 'client/html', 'We received the returned parcel for your order %1$s from %2$s.' ); $key = 'stat:' . $order->getDeliveryStatus(); $status = $this->translate( 'client/html/code', $key ); $format = $this->translate( 'client/html', 'Y-m-d' ); $string = sprintf( $msg, $order->getId(), date_create( $order->getTimeCreated() )->format( $format ), $status ); ?> get( 'introBody' ); ?>