shinokada / kaimonokago2.0

Other
19 stars 12 forks source link

Update confirmorder.php #4

Open yhoezt opened 11 years ago

yhoezt commented 11 years ago

<?php //print displayStatus(); // for BEP?> <?php echo validation_errors('

','
'); // for CI ?>

lang->line('orders_plz_confirm'); ?>

lang->line('orders_confirm_before'); ?> lang->line('orders_go_to_cart'); echo anchor($module.'/cart', $data); ?>.

<?php if($this->data['customer_status']==0) { echo "

"; echo $this->lang->line('orders_plz_confirm')."
".$this->lang->line('webshop_if_registered'); echo "


"; }

?>

Order details


$row){ echo "

". $row['count'] . " " . $row['name'] . " @ " . $row['price']."


\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } } if(isset($_SESSION['totalprice'])) { $totalprice = $_SESSION['totalprice']; $grandtotal = (int)$totalprice + $shippingprice ; echo "

". $this->lang->line('orders_sub_total').$this->lang->line('webshop_currency_symbol').number_format($totalprice,2,'.',','). "

\n"; } echo "

".$this->lang->line('orders_shipping').$this->lang->line('webshop_currency_symbol'). number_format($shippingprice ,2,'.',',') . "

\n"; echo "

".$this->lang->line('orders_total_with_shipping').$this->lang->line('webshop_currency_symbol').number_format($grandtotal,2,'.',','). "

\n"; ?>

lang->line('webshop_first_name'); ?>

lang->line('webshop_last_name'); ?>

lang->line('webshop_mobile_tel'); ?>

lang->line('orders_email'); ?>

lang->line('orders_email_confirm'); ?>

lang->line('orders_shipping_address'); ?>

lang->line('orders_post_code'); ?>

lang->line('orders_city'); ?>