Sha256: d7a342cce1c3cd3c84410925a9fc31f13a10d8e67852200d1752c9f73072237b

Contents?: true

Size: 893 Bytes

Versions: 1

Compression:

Stored size: 893 Bytes

Contents

<h2>我的购物车</h2>
<div class="r-cart-items">
  <table>
    <thead>
      <tr>
        <th>名称</th>
        <th>价格</th>
        <th>数量</th>
        <th>总价</th>
        <th></th>
      </tr>
    </thead>
    <tbody>
    {{#each cart.cartItems}}
      {{ view RightnowOms.ShowCartItemInDetailView cartItemBinding="this" }}
    {{/each}}
    </tbody>
    <tfoot>
    <tr>
      <td colspan="4"></td>
      <td></td>
    </tr>
    </tfoot>
  </table>
</div>
<div class="r-bottom-bar">
  <div class="left-conner">
    <span class="r-cleanup-cart"><a href="#" {{ action cleanUp }}>清空购物车</a></span>
  </div>
  <div class="right-conner">
    <span>总价:<span class="r-money">¥{{ cart.total }}</span></span>
    <span class="r-continue-to-shop"><a href="/"><< 继续购物</a></span>
    <span class="r-checkout"><a href="#">去结算 >></a></span>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rightnow_oms-0.1.2 app/assets/javascripts/rightnow_oms/app/templates/carts/show_in_detail.hjs