Changeset 22486 for branches/version-2_12-dev/data/Smarty
- Timestamp:
- 2013/01/30 21:12:01 (13 years ago)
- Location:
- branches/version-2_12-dev/data/Smarty/templates/sphone
- Files:
-
- 2 edited
-
mypage/favorite.tpl (modified) (1 diff)
-
products/list.tpl (modified) (1 diff)
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); -
branches/version-2_12-dev/data/Smarty/templates/sphone/products/list.tpl
r22206 r22486 207 207 //販売価格が範囲か判定 208 208 if (product.price02_min == product.price02_max) { 209 priceVale = product.price02_min_ tax_format + '円';209 priceVale = product.price02_min_inctax_format + '円'; 210 210 } else { 211 priceVale = product.price02_min_ tax_format + '~' + product.price02_max_tax_format + '円';211 priceVale = product.price02_min_inctax_format + '~' + product.price02_max_inctax_format + '円'; 212 212 } 213 213 price.append(priceVale);
Note: See TracChangeset
for help on using the changeset viewer.
