Changeset 14785


Ignore:
Timestamp:
2007/06/18 20:25:36 (17 years ago)
Author:
nakanishi
Message:
 
Location:
branches/dev
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/nonmember/payment.tpl

    r14774 r14785  
    1212<!--<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">--> 
    1313<form method="post" action="./payment.php"> 
    14 <input type="text" name="mode" value="deliv_date"> 
     14<input type="hidden" name="mode" value="deliv_date"> 
    1515<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    1616<input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 
  • branches/dev/html/mobile/cart/index.php

    r11851 r14785  
    2424    } 
    2525} 
     26 
     27sfPrintR($_SESSION); 
    2628 
    2729// Ç㤤ʪ¤ò³¤±¤ë¾ì¹ç 
  • branches/dev/html/mobile/nonmember/payment.php

    r14772 r14785  
    5656$objPage->arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo); 
    5757 
    58 // ¥«¡¼ÅÔÆâ¤Î¾¦ÉʤÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯ 
     58// ¥«¡¼¥ÈÆâ¤Î¾¦ÉʤÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯ 
    5959$objCartSess->chkSoldOut($objCartSess->getCartList(), true); 
    6060 
Note: See TracChangeset for help on using the changeset viewer.