$title ='Plan a new service order'; include('elements/header.php'); ?> $current_menu = 'services_new.php'; include('elements/menu.php'); ?> $quotation = $freeside->quotation_info(array( 'session_id' => $_COOKIE['session_id'], )); $can_order = 0; if ( isset($quotation['sections']) and count($quotation['sections']) > 0 ) { $can_order = 1; # there are other ways this could be formatted, yes. # if you want the HTML-formatted quotation, use quotation_print(). print( ''. '
| '. htmlspecialchars($section['description']).' | '. '|||
|---|---|---|---|
'
);
if ( $detail['pkgnum'] ) {
print(
''.
' '
);
}
print(
' | '.
''. htmlspecialchars($detail['description']). ' | '. ''. $detail['amount']. ' | '. '|
| '. ' | Total | '. ''. $section['subtotal']. ' | '. '|