- Timestamp:
- 2013/01/30 21:12:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/sphone/mypage/favorite.tpl
r22206 r22486 159 159 //販売価格が範囲か判定 160 160 if (product.price02_min == product.price02_max) { 161 priceVale = "<!--{$smarty.const.SALE_PRICE_TITLE}-->:" + product.price02_min_ tax_format + '円';161 priceVale = "<!--{$smarty.const.SALE_PRICE_TITLE}-->:" + product.price02_min_inctax_format + '円'; 162 162 } else { 163 priceVale = "<!--{$smarty.const.SALE_PRICE_TITLE}-->:" + product.price02_min_ tax_format + '~' + product.price02_max_tax_format + '円';163 priceVale = "<!--{$smarty.const.SALE_PRICE_TITLE}-->:" + product.price02_min_inctax_format + '~' + product.price02_max_inctax_format + '円'; 164 164 } 165 165 price.append(priceVale);
Note: See TracChangeset
for help on using the changeset viewer.