Sha256: 57070225f418a6b7c3582e73fa2d697708da2020b90c821123e14ee76f2d0250

Contents?: true

Size: 405 Bytes

Versions: 4

Compression:

Stored size: 405 Bytes

Contents

<thead>
  <tr data-hook="cart_adjustments_headers">
    <th class="cart-adjustment-header" colspan="6"><%= t(:order_adjustments) %></th>
  </tr>
</thead>
<tbody id="cart_adjustments" data-hook>
  <% @order.adjustments.eligible.each do |adjustment| %>
    <tr>
      <td colspan="4"><%= adjustment.label %></td>
      <td><%= money(adjustment.amount) %></td>
      <td></td>
    </tr>
  <% end %>
</tbody>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_core-1.2.5 app/views/spree/orders/_adjustments.html.erb
spree_core-1.2.4 app/views/spree/orders/_adjustments.html.erb
spree_core-1.2.3 app/views/spree/orders/_adjustments.html.erb
spree_core-1.2.2 app/views/spree/orders/_adjustments.html.erb