ÇöÀçÀ§Ä¡ : ÁÖ¹®Á¤º¸ >> ÁÖ¹®Á¤º¸º¸±â |
ÁÖ¹®Á¤º¸ |
|
|
ÁÖ¹®³»¿ë |
ÆÇ-ÆÇ¸Å°¡,
Çö-Çö±ÝÇÒÀΰ¡ |
|
|
ÁÖ¹®Á¦Ç° |
ÇÕ°è |
::: ¼îÇÎīƮ¿¡ ´ã±ä Á¦Ç°ÀÌ ¾ø½À´Ï´Ù ::: |
";
}
else{
$cart_pd_no=0;
$cd_tot=0;
$cash_tot=0;
while($cart=mysql_fetch_array($cart_db)){
$cd_cost=$cart[cost]+ceil($cart[cost]*($mir[card_per]/100));
$cost=number_format($cd_cost);
$cost_tot=number_format($cd_cost*$cart[unit]);
$cd_tot=$cd_tot+($cd_cost*$cart[unit]);
$cost_tot_cash=number_format($cart[cost]*$cart[unit]);
$cash_tot=$cash_tot+($cart[cost]*$cart[unit]);
$unit=number_format($cart[unit]);
$reserve=number_format($cart[reserve]);
echo"
 |
$cart[name] |
$cart[options] |
|
|
°¡°Ý |
$cost ¿ø |
¸¶Àϸ®Áö |
$reserve |
¼ö·® |
$cart[unit] EA
|
|
|
|
ÆÇ:$cost_tot ¿ø
|
|
Çö:$cost_tot_cash ¿ø
|
|
";
$cart_pd_no=$cart_pd_no+1;
}
# ¹è¼Û¿ä±Ý °ü·Ã¼³Á¤ ½ÃÀÛ
$cash_tot=$cash_tot+$send_cost;
$cd_tot=$cd_tot+$send_cost;
# ¹è¼Û¿ä±Ý °ü·Ã¼³Á¤ ³¡
}
?>
¹è ¼Û ·á:
|
ÆÇ
¸Å °¡:
¿ø |
Çö±ÝÇÒÀΰ¡:
¿ø |
|