encoder(); $order = $this->extOrderItem; /// Payment e-mail intro with order ID (%1$s), order date (%2$s) and payment status (%3%s) $msg = $this->translate( 'client/html', 'Thank you for your order %1$s from %2$s. The order is pending until we receive the final payment. If you\'ve chosen to pay in advance, please transfer the money to our bank account with the order ID %1$s as reference.' ); $key = 'pay:' . $order->getPaymentStatus(); $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 ); ?>
html( nl2br( $string ), $enc::TRUST ); ?> get( 'introBody' ); ?>