Ignore:
Timestamp:
2014/04/22 14:03:01 (10 years ago)
Author:
Seasoft
Message:

#2530 (受注登録画面 配送数の扱いが冗長過ぎる)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/disp.tpl

    r23300 r23372  
    233233    <!--{if $arrForm.product_type_id.value[0] != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> 
    234234    <!--{foreach name=shipping from=$arrAllShipping item=arrShipping key=shipping_index}--> 
    235         <!--{if $arrForm.shipping_quantity.value > 1}--> 
     235        <!--{if $tpl_shipping_quantity > 1}--> 
    236236            <h3>お届け先<!--{$smarty.foreach.shipping.iteration}--></h3> 
    237237        <!--{/if}--> 
    238238        <!--{assign var=key value="shipping_id"}--> 
    239         <!--{if $arrForm.shipping_quantity.value > 1}--> 
     239        <!--{if $tpl_shipping_quantity > 1}--> 
    240240 
    241241            <!--{if count($arrShipping.shipment_product_class_id) > 0}--> 
Note: See TracChangeset for help on using the changeset viewer.