Sha256: 092d3bdc6f2dc87cd2667125407052ab09c0a3ac1bb347e860aa29806162604e

Contents?: true

Size: 495 Bytes

Versions: 45

Compression:

Stored size: 495 Bytes

Contents

<% promotions = @product.possible_promotions %>
<% if promotions.any? %>
<div id="promotions">
  <h3><%= t(:promotions) %></h3>

  <% promotions.each do |promotion| %>
  <div>
    <h4><%= promotion.name %></h4>
    <p><%= promotion.description %></p>
    <% if promotion.products.any? %>
    <ul>
      <% promotion.products.each do |product| %>
        <li><%= link_to product.name, product_path(product) %></li>
      <% end %>
    </ul>
    <% end %>
  </div>
  <% end %>

</div>
<% end %>


Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
spree_promo-1.3.5 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.4 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.5 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.3 app/views/spree/products/_promotions.html.erb
spree_promo-1.1.6 app/views/spree/products/_promotions.html.erb
spree_promo-1.1.5 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.4 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.2 app/views/spree/products/_promotions.html.erb
spree_promo-1.0.7 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.3 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.1 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.0 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.0.rc2 app/views/spree/products/_promotions.html.erb
dup_spree_promo-1.3.0.rc1 app/views/spree/products/_promotions.html.erb
spree_promo-1.3.0.rc1 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.2 app/views/spree/products/_promotions.html.erb
spree_promo-1.1.4 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.0 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.0.rc2 app/views/spree/products/_promotions.html.erb
spree_promo-1.2.0.rc1 app/views/spree/products/_promotions.html.erb