Ignore:
Timestamp:
2006/12/23 21:36:43 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/shopping/confirm.php

    r11153 r11154  
    6262    // Á÷ÎÁ̵ÎÁ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤¿¾ì¹ç 
    6363    if($deliv_free_flg) { 
    64         $arrData['total'] = $arrData['total'] - $arrData['deliv_fee']; 
     64        $arrData['total'] -= $arrData['deliv_fee']; 
    6565        $arrData['deliv_fee'] = 0; 
    6666    } 
Note: See TracChangeset for help on using the changeset viewer.