Changeset 21545 for branches/version-2_12-dev/data/Smarty/templates/default
- Timestamp:
- 2012/02/22 16:00:33 (15 years ago)
- Location:
- branches/version-2_12-dev/data/Smarty/templates/default
- Files:
-
- 10 edited
-
cart/index.tpl (modified) (1 diff)
-
frontparts/bloc/recommend.tpl (modified) (1 diff)
-
mail_templates/order_mail.tpl (modified) (2 diffs)
-
mypage/favorite.tpl (modified) (1 diff)
-
mypage/history.tpl (modified) (2 diffs)
-
products/detail.tpl (modified) (4 diffs)
-
products/list.tpl (modified) (1 diff)
-
rss/products.tpl (modified) (1 diff)
-
shopping/confirm.tpl (modified) (2 diffs)
-
shopping/multiple.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/default/cart/index.tpl
r21539 r21545 142 142 </td> 143 143 <td class="alignR"> 144 <!--{$item.price|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円144 <!--{$item.price|sfCalcIncTax|number_format}-->円 145 145 </td> 146 146 <td class="alignC"><!--{$item.quantity}--> -
branches/version-2_12-dev/data/Smarty/templates/default/frontparts/bloc/recommend.tpl
r21539 r21545 38 38 </h3> 39 39 <p class="sale_price"> 40 <!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): <span class="price"><!--{$arrProduct.price02_min|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 円</span>40 <!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): <span class="price"><!--{$arrProduct.price02_min|sfCalcIncTax|number_format}--> 円</span> 41 41 </p> 42 42 <p class="mini comment"><!--{$arrProduct.comment|h|nl2br}--></p> -
branches/version-2_12-dev/data/Smarty/templates/default/mail_templates/order_mail.tpl
r21539 r21545 53 53 商品コード: <!--{$arrOrderDetail[cnt].product_code}--> 54 54 商品名: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}--> 55 単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->55 単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax|number_format}--> 56 56 数量:<!--{$arrOrderDetail[cnt].quantity}--> 57 57 … … 83 83 商品コード: <!--{$item.product_code}--> 84 84 商品名: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}--> 85 単価:¥ <!--{$item.price|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->85 単価:¥ <!--{$item.price|sfCalcIncTax|number_format}--> 86 86 数量:<!--{$item.quantity}--> 87 87 -
branches/version-2_12-dev/data/Smarty/templates/default/mypage/favorite.tpl
r21539 r21545 68 68 <span class="price"> 69 69 <!--{if $arrFavorite[cnt].price02_min == $arrFavorite[cnt].price02_max}--> 70 <!--{$arrFavorite[cnt].price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->70 <!--{$arrFavorite[cnt].price02_min|sfCalcIncTax|number_format}--> 71 71 <!--{else}--> 72 <!--{$arrFavorite[cnt].price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrFavorite[cnt].price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->72 <!--{$arrFavorite[cnt].price02_min|sfCalcIncTax|number_format}-->~<!--{$arrFavorite[cnt].price02_max|sfCalcIncTax|number_format}--> 73 73 <!--{/if}-->円</span> 74 74 </td> -
branches/version-2_12-dev/data/Smarty/templates/default/mypage/history.tpl
r21539 r21545 79 79 <!--{assign var=price value=`$orderDetail.price`}--> 80 80 <!--{assign var=quantity value=`$orderDetail.quantity`}--> 81 <td class="alignR"><!--{$price|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format|h}-->円</td>81 <td class="alignR"><!--{$price|sfCalcIncTax|number_format|h}-->円</td> 82 82 <td class="alignR"><!--{$quantity|h}--></td> 83 <td class="alignR"><!--{$price|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円</td>83 <td class="alignR"><!--{$price|sfCalcIncTax|sfMultiply:$quantity|number_format}-->円</td> 84 84 </tr> 85 85 <!--{/foreach}--> … … 163 163 </td> 164 164 <td class="alignR"> 165 <!--{$item.price|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円165 <!--{$item.price|sfCalcIncTax|number_format}-->円 166 166 </td> 167 167 <td class="alignC"><!--{$item.quantity}--></td> -
branches/version-2_12-dev/data/Smarty/templates/default/products/detail.tpl
r21539 r21545 112 112 <span id="price01_default"><!--{strip}--> 113 113 <!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 114 <!--{$arrProduct.price01_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->114 <!--{$arrProduct.price01_min|sfCalcIncTax|number_format}--> 115 115 <!--{else}--> 116 <!--{$arrProduct.price01_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price01_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->116 <!--{$arrProduct.price01_min|sfCalcIncTax|number_format}-->~<!--{$arrProduct.price01_max|sfCalcIncTax|number_format}--> 117 117 <!--{/if}--> 118 118 </span><span id="price01_dynamic"></span><!--{/strip}--> … … 128 128 <span id="price02_default"><!--{strip}--> 129 129 <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 130 <!--{$arrProduct.price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->130 <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}--> 131 131 <!--{else}--> 132 <!--{$arrProduct.price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->132 <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax|number_format}--> 133 133 <!--{/if}--> 134 134 </span><span id="price02_dynamic"></span><!--{/strip}--> … … 373 373 <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}-->(税込):<span class="price"> 374 374 <!--{if $price02_min == $price02_max}--> 375 <!--{$price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->375 <!--{$price02_min|sfCalcIncTax|number_format}--> 376 376 <!--{else}--> 377 <!--{$price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->377 <!--{$price02_min|sfCalcIncTax|number_format}-->~<!--{$price02_max|sfCalcIncTax|number_format}--> 378 378 <!--{/if}-->円</span></p> 379 379 <p class="mini"><!--{$arrRecommend[cnt].comment|h|nl2br}--></p> … … 397 397 <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}-->(税込):<span class="price"> 398 398 <!--{if $price02_min == $price02_max}--> 399 <!--{$price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->399 <!--{$price02_min|sfCalcIncTax|number_format}--> 400 400 <!--{else}--> 401 <!--{$price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->401 <!--{$price02_min|sfCalcIncTax|number_format}-->~<!--{$price02_max|sfCalcIncTax|number_format}--> 402 402 <!--{/if}-->円</span></p> 403 403 <p class="mini"><!--{$arrRecommend[$cnt2].comment|h|nl2br}--></p> -
branches/version-2_12-dev/data/Smarty/templates/default/products/list.tpl
r21539 r21545 179 179 <span id="price02_default_<!--{$id}-->"><!--{strip}--> 180 180 <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 181 <!--{$arrProduct.price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->181 <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}--> 182 182 <!--{else}--> 183 <!--{$arrProduct.price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->183 <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax|number_format}--> 184 184 <!--{/if}--> 185 185 </span><span id="price02_dynamic_<!--{$id}-->"></span><!--{/strip}--> -
branches/version-2_12-dev/data/Smarty/templates/default/rss/products.tpl
r21539 r21545 42 42 <span class="price"> 43 43 <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 44 <!--{$arrProduct.price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->44 <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}--> 45 45 <!--{else}--> 46 <!--{$arrProduct.price02_min|sfCalcIncTax :$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->46 <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->〜<!--{$arrProduct.price02_max|sfCalcIncTax|number_format}--> 47 47 <!--{/if}-->円</span> 48 48 </div> -
branches/version-2_12-dev/data/Smarty/templates/default/shopping/confirm.tpl
r21539 r21545 109 109 </td> 110 110 <td class="alignR"> 111 <!--{$item.price|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円111 <!--{$item.price|sfCalcIncTax|number_format}-->円 112 112 </td> 113 113 <td class="alignR"><!--{$item.quantity|number_format}--></td> … … 211 211 </td> 212 212 <td class="alignR"> 213 <!--{$item.price|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円213 <!--{$item.price|sfCalcIncTax|number_format}-->円 214 214 </td> 215 215 <td class="alignC" id="quantity"><!--{$item.quantity}--></td> -
branches/version-2_12-dev/data/Smarty/templates/default/shopping/multiple.tpl
r21539 r21545 81 81 <!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--><br /> 82 82 <!--{/if}--> 83 <!--{$arrForm.price.value[$index]|sfCalcIncTax :$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円83 <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->円 84 84 </td> 85 85 <td>
Note: See TracChangeset
for help on using the changeset viewer.
