Sha256: fb7d48a71c4d29f189dbd1930b229ec2637894cafa66ff80b14f29e67cd6017c

Contents?: true

Size: 663 Bytes

Versions: 13

Compression:

Stored size: 663 Bytes

Contents

<% @body_id = 'product-details' %>
<h1><%= accurate_title %></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

13 entries across 13 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/products/show.html.erb
My-Commerce_core-1.1.0 app/views/products/show.html.erb
My-Commerce_core-1.0.0 app/views/products/show.html.erb
MyCommerceapi-1.0.0 core/app/views/products/show.html.erb
MyCommerce-0.0.3 core/app/views/products/show.html.erb
rfcommerce_core-0.0.3 app/views/products/show.html.erb
spree_core-0.60.6 app/views/products/show.html.erb
spree_core-0.60.5 app/views/products/show.html.erb
spree_core-0.60.4 app/views/products/show.html.erb
spree_core-0.60.3 app/views/products/show.html.erb
spree_core-0.60.2 app/views/products/show.html.erb
spree_core-0.60.1 app/views/products/show.html.erb
spree_core-0.60.0 app/views/products/show.html.erb