v2.1.3 ģ޸ļ¼
===============================================================================
ļ group_buy.lbi
ڣ 2007-1-15
 ޸URL

13У
    <br />{$lowest_price_buy}<span class="goods-price">{$goods.last_price}</span></td>
޸Ϊ
    <br />{$lang.lowest_price_buy}<span class="goods-price">{$goods.last_price}</span></td>
812У
    <A href="group_buy.php?act=view&bid={$goods.group_buy_id}&id={$goods.goods_id}">
޸Ϊ
    <A href="group_buy.php?act=view&id={$goods.group_buy_id}">

-------------------------------------------------------------------------------
ļ group_buy_info.lbi
ڣ 2007-1-15
 ޸ı

8-9У
    <! -- {if $restrict_amount > 0 && $sign_amount >= $restrict_amount} -->
    <br /><div align="center">[{$lang.lowest_price}]</div>
Ϊ
    <!-- {if $goods.lowest_price} -->
    <br /><div align="center">[{$goods.lowest_price}]</div>

45У{$end_utc_time|default:0}  Ϊ:{$goods.end_utc_time|default:0}
	  
68У{$sign_amount}  ޸Ϊ:{$goods.sign_amount}

-------------------------------------------------------------------------------
ļ group_buy_goods_attr.lbi
ڣ 2007-1-15
 ޸ı

13-17Уɾطж

18иΪ<!-- {if $goods.is_buy eq "ok"} -->
	  
25У{$cur_price}  ޸Ϊ:{$goods.cur_price}
-------------------------------------------------------------------------------
ļ group_buy_search_list.lbi
ڣ 2007-1-15
 ޸ӵַ

1123У<A href="group_buy.php?act=view&bid={$goods.group_buy_id}&id={$goods.goods_id}">
Ϊ<A href="group_buy.php?act=view&id={$goods.group_buy_id}">

47Уȥ48У{$goods.goods_id} Ϊ:{$goods.group_buy_id}

-------------------------------------------------------------------------------
ļ group_buy_order_detail.dwt
ڣ 2007-1-15
 ޸ӵַ

99иΪ<a href="group_buy.php?act=view&id={$group_buy_id}" target="_blank">
174ежϸΪ<!-- {if $can_invoice eq 1}

֧ʽб(Լ167) һУ<th width="15%">{$lang.pay_fee}</th>
һ<tr>Ӧϣ<td align="right">{$payment.format_pay_fee}</td>
-------------------------------------------------------------------------------
ļ group_buy_order_confirm.dwt
ڣ 2007-1-16
 ޸ı

89У{$sign_amount} Ϊ{$goods.sign_amount}
90У{$order_sn} Ϊ{$order.order_sn}
105У{$goods_name} Ϊ{$goods.goods_name}
108-109иΪ<td>{$order.integral_amount}</td>
                 <td>{$total_price2}</td>
141{$pay_notic} Ϊ{$order.pay_notic}
144-146е{$pay_online} Ϊ{$order.pay_online}
155У{$shipping_name} Ϊ{$order.shipping_name}
163-170 Ϊ
      <!-- {if $order.inv_payee && $order.inv_content} ܷ񿪷Ʊ -->
      <tr>
        <td>{$lang.invoice_title}</td>
        <td>{$order.inv_payee}</td>
        <td>{$lang.invoice_content}</td>
        <td>{$order.inv_content}</td>
      </tr>
      <!-- {/if} ܷ񿪷Ʊ -->
173У{$postscript} Ϊ{$order.postscript}

-------------------------------------------------------------------------------
ļ group_buy_search_list.dwt
ڣ 2007-1-15
 ģ

Ʒģ

-------------------------------------------------------------------------------


ļorder_detail.lbi
ڣ2007-1-16
ڶҳͱۺ֧
ϸ

70бԭ
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" id="shippingTable">
  <tr>
    <th width="5%">&nbsp;</th>
    <th width="25%">{$lang.name}</th>
    <th>{$lang.describe}</th>
    <th width="15%">{$lang.fee}</th>
  <th width="15%">{$lang.free_money}</th>
  </tr>

  <!-- {foreach from=$shipping_list item=shipping} ѭͷʽ -->
  <tr>
    <td>
      <input name="shipping" type="radio" value="{$shipping.shipping_id}" {if $shipping_id eq $shipping.shipping_id}checked{/if} onclick="changeShipping(this.value)" />
      <input name="shipping_{$shipping.shipping_id}" type="hidden" value="{$shipping.shipping_fee}" />
    </td>
    <td>{$shipping.shipping_name}</td>
    <td>{$shipping.shipping_desc}</td>
    <td><div align="right">{$shipping.format_shipping_fee}</div></td>
  <td><div align="right">{$shipping.free_money}</div></td>
  </tr>
      <!-- {/foreach} ѭͷʽ -->
</table>
Ϊ
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" id="shippingTable">
  <tr>
    <th width="5%">&nbsp;</th>
    <th width="25%">{$lang.name}</th>
    <th>{$lang.describe}</th>
    <th width="15%">{$lang.fee}</th>
  <th width="15%">{$lang.free_money}</th>
  </tr>

  <!-- {foreach from=$shipping_list item=shipping} ѭͷʽ -->
  <tr>
    <td>
      <input name="shipping" type="radio" value="{$shipping.shipping_id}" {if $shipping_id eq $shipping.shipping_id}checked{/if} onclick="changeShipping(this.value)" />
      <input name="shipping_{$shipping.shipping_id}" type="hidden" value="{$shipping.shipping_fee}" />
      <input name="insure_{$shipping.shipping_id}" type="hidden" value="{$shipping.insure_fee}" />
      <input name="cod_fee_{$shipping.shipping_id}" type="hidden" value="{$shipping.pay_fee}" />
      <input name="format_cod_fee_{$shipping.shipping_id}" type="hidden" value="{$shipping.format_pay_fee}" />
    </td>
    <td>{$shipping.shipping_name}</td>
    <td>{$shipping.shipping_desc}</td>
    <td><div align="right">{$shipping.format_shipping_fee}</div></td>
  <td><div align="right">{$shipping.free_money}</div></td>
  </tr>
      <!-- {/foreach} ѭͷʽ -->
  <tr id="ecs_insure_cell"  style="display:none">
    <td>&nbsp;</td><td><input name="need_insure" type="checkbox"  onClick="calculateOrderFee()" />{$lang.need_insure}</td>
    <td colspan="3">{$lang.insure_fee}<span id="ecs_insure_fee_cell">0</span></td>
  </tr>
</table>

֧бԭ
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" id="paymentTable">
  <tr>
    <th width="5%">&nbsp;</th>
    <th width="20%">{$lang.name}</th>
    <th>{$lang.describe}</th>
  </tr>

  <!-- {foreach from=$payment_list item=payment} ѭ֧ʽ -->
  <tr>
    <td><input type="radio" name="payment" value="{$payment.pay_id}" {if $pay_id eq $payment.pay_id}checked{/if} onclick="changePayment(this.value)" />
	<input name="pay_{$payment.pay_id}" type="hidden" value="{$payment.pay_fee}" /></td>
    <td>{$payment.pay_name}</td>
    <td>{$payment.pay_desc}</td>
  </tr>
  <!-- {/foreach} ѭ֧ʽ -->
</table>
Ϊ
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" id="paymentTable">
  <tr>
    <th width="5%">&nbsp;</th>
    <th width="20%">{$lang.name}</th>
    <th>{$lang.describe}</th>
    <th width="15%">{$lang.pay_fee}</th>
  </tr>

  <!-- {foreach from=$payment_list item=payment} ѭ֧ʽ -->
  <tr>
    <td><input type="radio" name="payment" value="{$payment.pay_id}" {if $pay_id eq $payment.pay_id}checked{/if} onclick="changePayment(this.value)" />
	<input name="pay_{$payment.pay_id}" type="hidden" value="{$payment.pay_fee}" /></td>
    <td>{$payment.pay_name}</td>
    <td>{$payment.pay_desc}</td>
    <td align="right">{$payment.format_pay_fee}</td>
  </tr>
  <!-- {/foreach} ѭ֧ʽ -->
</table>


üԭ
<tr>
<td align="right">{$lang.goods_all_price}:<span id="goods_amount">0</span>
+ {$lang.shipping_fee}: <span id="shipping_fee">0</span>
<!-- {if $pack_list} Ƿаװ -->
+ {$lang.pack_fee}: <span id="pack_fee">0</span>
<!-- {/if} Ƿаװ -->
<!-- {if $card_list} Ƿкؿ -->
+ {$lang.card_fee}: <span id="card_fee">0</span>
<!-- {/if} Ƿкؿ -->
</td>
</tr>
Ϊ
<tr>
<td align="right">{$lang.goods_all_price}:<span id="goods_amount">0</span>
+ {$lang.shipping_fee}: <span id="shipping_fee">0</span>
+ {$lang.insure_fee}: <span id="insure_fee">0</span>
+ {$lang.pay_fee}: <span id="pay_fee">0</span>
<!-- {if $pack_list} Ƿаװ -->
+ {$lang.pack_fee}: <span id="pack_fee">0</span>
<!-- {/if} Ƿаװ -->
<!-- {if $card_list} Ƿкؿ -->
+ {$lang.card_fee}: <span id="card_fee">0</span>
<!-- {/if} Ƿкؿ -->
</td>
</tr>
--------------------------------------------------------------------------------------------------

ļorder_confirm.lib
ڶҳ֧úͱ۷
ϸϢ

ϢУԭ
<tr>
<td>{$lang.payment}:</td>
<td colspan="3">{$order.pay_name}
<div align="right"></div></td>
</tr>
Ϊ
<tr>
<td>{$lang.payment}:</td>
<td>{$order.pay_name}</td>
	<td>{$lang.pay_fee}</td>
<td><div align="right">{$order.pay_fee}</div></td>
</tr>
  <!--{if $order.insure_fee}-->
<tr>
<td>{$lang.insure_fee}:</td>
<td colspan="3"><div align="right">{$order.insure_fee}</div></td>
</tr>
  <!--{/if}-->

---------------------------------------------------------------------------------------
ļorder_view
ڶҳ֧úͱ۷
ϸϢ

ϢУԭ
<tr>
<td>{$lang.payment}:</td>
<td colspan="3">{$order.pay_name}
<div align="right"></div></td>
</tr>
Ϊ
<tr>
<td>{$lang.payment}:</td>
<td>{$order.pay_name}</td>
	<td>{$lang.pay_fee}</td>
<td><div align="right">{$order.pay_fee}</div></td>
</tr>
  <!--{if $order.insure_fee}-->
<tr>
<td>{$lang.insure_fee}:</td>
<td colspan="3"><div align="right">{$order.insure_fee}</div></td>
</tr>
  <!--{/if}-->



























