Sha256: d9ef14f6d6ad0d8489b98e9a60b71ba26a34b49477c7b49cae7c15d5811ec62d

Contents?: true

Size: 561 Bytes

Versions: 96

Compression:

Stored size: 561 Bytes

Contents

<% promotions = @product.possible_promotions %>

<% if promotions.any? %>
  <div id="promotions">
    <h3><%= Spree.t(:promotions) %></h3>
    <% promotions.each do |promotion| %>
    <div class="well well-sm">
      <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

96 entries across 96 versions & 1 rubygems

Version Path
spree_frontend-3.7.14.1 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.14 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.13 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.12 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.11 app/views/spree/products/_promotions.html.erb
spree_frontend-3.4.6 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.10 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.9 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.8 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.7 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.6 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.5 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.4 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.3 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.2 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.1 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.0 app/views/spree/products/_promotions.html.erb
spree_frontend-3.7.0.rc3 app/views/spree/products/_promotions.html.erb
spree_frontend-3.2.9 app/views/spree/products/_promotions.html.erb
spree_frontend-3.1.14 app/views/spree/products/_promotions.html.erb