Ignore:
Timestamp:
2011/02/25 16:46:15 (13 years ago)
Author:
kotani
Message:

#812 (トランザクションIDの自動生成/自動検証), #1053 (transactionidが埋め込まれる前にクリックされるとエラー)

  • transactionid用hiddenタグをJavaScriptで生成しないように変更
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/products/review.tpl

    r20328 r20407  
    3030       ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 
    3131        <form name="form1" method="post" action="?"> 
     32        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3233        <input type="hidden" name="mode" value="confirm" /> 
    3334        <input type="hidden" name="product_id" value="<!--{$arrForm.product_id}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.