Sha256: f7b181049db63a859d3171760b5a4609bef641e4f0a352759127c0e37b1eb03d
Contents?: true
Size: 770 Bytes
Versions: 6
Compression:
Stored size: 770 Bytes
Contents
Deface::Override.new(:virtual_path => 'spree/shared/_order_details', :name => 'add_loyalty_points_to_order_checkout_page', :insert_after => "#order-charges", :text => " <tfoot id='loyalty_points'> <tr id='loyalty-points-row'> <% if @order.loyalty_points_awarded? %> <td></td> <td colspan='4' class='total'><span><%= @order.loyalty_points_for(@order.item_total) %></span> <b><%= Spree.t(:loyalty_points) %> have been credited to your account.</b></td> <% else %> <td></td> <td colspan='4' class='total'><span><%= @order.loyalty_points_for(@order.item_total) %></span> <b><%= Spree.t(:loyalty_points) %> will be credited to your account soon.</b></td> <% end %> </tr> </tfoot> ")
Version data entries
6 entries across 6 versions & 1 rubygems