Changeset 12674


Ignore:
Timestamp:
2007/05/13 23:35:04 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r11903 r12674  
    1515<input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 
    1616<input type="hidden" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->"> 
     17<!--{if $_POST['mode'] == 'nonmember'}--> 
     18<input type="hidden" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
     19<input type="hidden" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
     20<input type="hidden" name="pref" value="<!--{$arrAddr[0].pref}-->"> 
     21<input type="hidden" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 
     22<input type="hidden" name="addr02" value="<!--{$arrAddr[cnt].addr02}-->"> 
     23<!--{/if}--> 
    1724<!--<input type="hidden" name="message" value="">--> 
    1825<!--{if $tpl_login == 1}--> 
Note: See TracChangeset for help on using the changeset viewer.