v_output_buffer['below_withdrawal_heading'] = 'below_withdrawal TITLE';
$this->v_output_buffer['below_withdrawal'] = '
below_withdrawal CONTENT
';
//Position: below_order_info
$this->v_output_buffer['below_order_info_heading'] = 'below_order_info TITLE';
$this->v_output_buffer['below_order_info'] = 'below_order_info CONTENT
';
//Position: below_history
$this->v_output_buffer['below_history_heading'] = 'below_history TITLE';
$this->v_output_buffer['below_history'] = 'below_history CONTENT
';
//Position: order_status
$this->v_output_buffer['order_status'] = 'order_status CONTENT
';
//Position: buttons
$this->v_output_buffer['buttons'] = 'Not yet implemented';
//The following two rows need to be at the end of every overload of the OrderExtender
$this->addContent();
parent::proceed();
}
}