Ignore:
Timestamp:
2014/07/20 22:06:26 (10 years ago)
Author:
shutta
Message:

#2586 (非会員購入(スマホ)FORM_COUNTRY_ENABLE:falseのcountry_id設定)
PC側と同等にスマートフォン側の非会員購入時テンプレートにも*_country_idを指定。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/nonmember_input.tpl

    r23546 r23578  
    9494            </dd> 
    9595 
    96             <!--{if $smarty.const.FORM_COUNTRY_ENABLE}--> 
     96            <!--{if !$smarty.const.FORM_COUNTRY_ENABLE}--> 
     97                <!--{assign var=key1 value="order_country_id"}--> 
     98            <input type="hidden" name="<!--{$key1}-->" value="<!--{$smarty.const.DEFAULT_COUNTRY_ID}-->" /> 
     99            <!--{else}--> 
    97100            <dt>国&nbsp;<span class="attention">※</span></dt> 
    98101            <dd> 
     
    311314                </dd> 
    312315 
    313                 <!--{if $smarty.const.FORM_COUNTRY_ENABLE}--> 
     316                <!--{if !$smarty.const.FORM_COUNTRY_ENABLE}--> 
     317                    <!--{assign var=key1 value="shipping_country_id"}--> 
     318                <input type="hidden" name="<!--{$key1}-->" value="<!--{$smarty.const.DEFAULT_COUNTRY_ID}-->" /> 
     319                <!--{else}--> 
    314320                <dt>国&nbsp;<span class="attention">※</span></dt> 
    315321                <dd> 
Note: See TracChangeset for help on using the changeset viewer.