- Timestamp:
- 2008/05/08 11:40:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/order/disp.tpl
r17293 r17298 230 230 <!--{assign var=price value=`$arrForm.price.value[$key]`}--> 231 231 <!--{assign var=quantity value=`$arrForm.quantity.value[$key]`}--> 232 <td width="94"align="right"><!--{if $price != 0}--><!--{$price|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<!--{else}-->無料<!--{/if}--></td>232 <td align="right"><!--{if $price != 0}--><!--{$price|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<!--{else}-->無料<!--{/if}--></td> 233 233 </tr> 234 234 <!--{/section}--> … … 298 298 <td align="right"> 299 299 <span class="red12"><!--{$arrErr.total_point}--></span> 300 <!--{$arrForm.total_point.value }-->300 <!--{$arrForm.total_point.value|number_format}--> 301 301 pt</td> 302 302 </tr>
Note: See TracChangeset
for help on using the changeset viewer.