Sha256: 58b0d45504e58a6f32c171ab7af68930ccf962b3335fd831bef8dff2a3240511

Contents?: true

Size: 347 Bytes

Versions: 4

Compression:

Stored size: 347 Bytes

Contents

<h1>Recently Sold </h1>
<% if get_recetly_sold_products.any? %>
  <ul class="recently_sold_products">
    <% get_recetly_sold_products.each do |product| %>
       <% if product.present? %>
          <li>
            <%= link_to product.name, product, :class => "product_link" %>
           </li>
        <% end %>
     <% end %>
  </ul>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_recently_sold_products-0.4 app/views/spree/home/_recently_sold_products.html.erb
spree_recently_sold_products-0.3 app/views/spree/home/_recently_sold_products.html.erb
spree_recently_sold_products-0.2 app/views/spree/home/_recently_sold_products.html.erb
spree_recently_sold_products-0.1 app/views/spree/home/_recently_sold_products.html.erb