Sha256: 9add6a8b512cf841985202a607ccd01da5724ecebd068868a1614a0d580e20f0

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

<p class="prices">
  <%= t("price") %>
  <br />
  <% if @product.reduction_percentage.blank? %>
    <span class="price selling"><%= product_price(@product) %></span>
  <% else %>
    <span class="price was">Was <%= product_price(@product) %></span>
    <span class="price now">Now <%= product_price(@product, :show_calculated_price => true) %>!</span>
    <span class="price reduction"><%= @product.reduction_percentage %>% OFF</span>
  <% end %>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_sale_products-0.60.0.RC1 app/views/admin/products/_product_price.html.erb