Sha256: 7e8739d04521736489eb01925ce1ca1d7e7bb0f701571fc56994dbe592cd0955

Contents?: true

Size: 698 Bytes

Versions: 8

Compression:

Stored size: 698 Bytes

Contents

<div data-hook="product_show">
  <% @body_id = 'product-details' %>
  <h1><%= accurate_title %></h1>

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

  <div id="cart-form" data-hook="cart_form">
    <%= render 'cart_form' %>
  </div>

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

<%= render 'taxons' %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/products/show.html.erb
spree_core-0.70.6 app/views/products/show.html.erb
spree_core-0.70.5 app/views/products/show.html.erb
spree_core-0.70.4 app/views/products/show.html.erb
spree_core-0.70.3 app/views/products/show.html.erb
spree_core-0.70.2 app/views/products/show.html.erb
spree_core-0.70.1 app/views/products/show.html.erb
spree_core-0.70.0 app/views/products/show.html.erb