confirmOrderItem ) && $this->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' => 'order', 'cs_option_terms' => 1, 'cs_option_terms_value' => 1, 'cs_order' => 1 ), array(), $config );
?>
get( 'retryBody' ); ?>