Sha256: efc2c8bbc7bda75415966a8e1611765182c95f40f50021f075b73cdab48937af

Contents?: true

Size: 529 Bytes

Versions: 136

Compression:

Stored size: 529 Bytes

Contents

<% promotions = @product.possible_promotions %>
<% if promotions.any? %>
  <div id="promotions">
    <h3><%= Spree.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

136 entries across 136 versions & 2 rubygems

Version Path
solidus_frontend-2.4.2 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.2.2 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.4.1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.3.1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.1.1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.0.3 app/views/spree/products/_promotions.html.erb
solidus_frontend-1.4.2 app/views/spree/products/_promotions.html.erb
solidus_frontend-1.2.3 app/views/spree/products/_promotions.html.erb
solidus_frontend-1.3.2 app/views/spree/products/_promotions.html.erb
solidus_frontend-1.1.4 app/views/spree/products/_promotions.html.erb
solidus_frontend-1.0.7 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.4.0 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.4.0.rc1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.4.0.beta1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.3.0 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.3.0.rc3 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.3.0.rc2 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.3.0.rc1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.3.0.beta1 app/views/spree/products/_promotions.html.erb
solidus_frontend-2.0.2 app/views/spree/products/_promotions.html.erb