Sha256: 220f74ab604efd8f8c2c42f3d843dda67273c2686689eef2a45adcea99f70173

Contents?: true

Size: 662 Bytes

Versions: 15

Compression:

Stored size: 662 Bytes

Contents

<% @body_id = 'product-details' %>
<h1><%= @product.name %></h1>

<div id="product-images">
  <%= hook :product_images do %>
  <div id="main-image">
    <%= render 'image' %>
  </div>
  <div id="thumbnails">
    <%= render 'thumbnails', :product => @product %>
  </div>
  <% end %>
</div>

<div id="product-description">
  <%= hook :product_description do %>
    <%= product_description(@product) rescue t("product_has_no_description") %>
  <% end %>
  <%= hook :product_properties do %>
    <%= render 'properties' %>
  <% end %>
</div>

<%= hook :cart_form do %>
  <div id="cart-form">
    <%= render 'cart_form' %>
  </div>
<% end %>

<%= render 'taxons' %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spree_core-0.30.2 app/views/products/show.html.erb
spree_core-0.40.4 app/views/products/show.html.erb
spree_core-0.50.4 app/views/products/show.html.erb
spree_core-0.50.3 app/views/products/show.html.erb
spree_core-0.60.0.RC1 app/views/products/show.html.erb
spree_core-0.50.2 app/views/products/show.html.erb
spree_core-0.50.1 app/views/products/show.html.erb
spree_core-0.50.0 app/views/products/show.html.erb
spree_core-0.40.3 app/views/products/show.html.erb
spree_core-0.40.2 app/views/products/show.html.erb
spree_core-0.40.1 app/views/products/show.html.erb
spree_core-0.40.0 app/views/products/show.html.erb
spree_core-0.30.1 app/views/products/show.html.erb
spree_core-0.30.0 app/views/products/show.html.erb
spree_core-0.30.0.beta1 app/views/products/show.html.erb