html( $this->translate( 'client/html', 'Order' ), $enc::TRUST ); ?>
html( $this->translate( 'client/html', 'Thank you for your order. You will receive an e-mail with the order details within the next minutes' ), $enc::TRUST ); ?>
confirmOrderItem ) ) : ?>
-
html( $this->translate( 'client/html', 'Order ID' ), $enc::TRUST ); ?>
html( $this->confirmOrderItem->getId() ); ?>
-
html( $this->translate( 'client/html', 'Payment status' ), $enc::TRUST ); ?>
confirmOrderItem->getPaymentStatus(); echo $enc->html( $this->translate( 'client/html/code', $code ) ); ?>
confirmOrderItem->getPaymentStatus() < MShop_Order_Item_Abstract::PAY_REFUND ) : ?>
config( 'client/html/checkout/standard/url/target' );
$controller = $this->config( 'client/html/checkout/standard/url/controller', 'checkout' );
$action = $this->config( 'client/html/checkout/standard/url/action', 'index' );
$config = $this->config( 'client/html/checkout/standard/url/config', array() );
$changeUrl = $this->url( $target, $controller, $action, array( 'c-step' => 'payment' ), array(), $config );
$retryUrl = $this->url( $target, $controller, $action, array( 'c-step' => 'summary' ), array(), $config );
?>
get( 'basicBody' ); ?>