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. We received the payment and will care about your order immediately.' ); $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 ); ?> get( 'introBody' ); ?>