Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22494 r22796  
    9595                <!--★商品価格★--> 
    9696                <p> 
    97                     <span class="pricebox sale_price"><span class="mini"><!--{$smarty.const.SALE_PRICE_TITLE|h}-->(税込):</span></span> 
     97                    <span class="pricebox sale_price"><span class="mini">販売価格(税込):</span></span> 
    9898                    <span class="price"> 
    9999                        <span id="price02_default_<!--{$id}-->"> 
     
    207207                    //販売価格が範囲か判定 
    208208                    if (product.price02_min == product.price02_max) { 
    209                         priceVale = product.price02_min_inctax_format + '円'; 
     209                        priceVale = product.price02_min_tax_format + '円'; 
    210210                    } else { 
    211                         priceVale = product.price02_min_inctax_format + '~' + product.price02_max_inctax_format + '円'; 
     211                        priceVale = product.price02_min_tax_format + '~' + product.price02_max_tax_format + '円'; 
    212212                    } 
    213213                    price.append(priceVale); 
Note: See TracChangeset for help on using the changeset viewer.