Sha256: 518388fae89a1864dfe14b16b6018e340610f5cdb4b35c9724887c6ac99b06c0

Contents?: true

Size: 449 Bytes

Versions: 6

Compression:

Stored size: 449 Bytes

Contents

<% @body_id = 'product-details' %>

<h1><%= @product.name %></h1>

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

<div id="product-description">
  <%= product_description(@product) rescue t("product_has_no_description") %>

  <%= render 'properties' %>
</div>

<div id="cart-form">

<%= render 'cart_form' %>

</div>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 app/views/products/show.html.erb
spree-0.9.4 app/views/products/show.html.erb
spree-0.9.3 app/views/products/show.html.erb
spree-0.9.2 app/views/products/show.html.erb
spree-0.9.1 app/views/products/show.html.erb
spree-0.9.0 app/views/products/show.html.erb