Sha256: 7c99b1ceb1ba2f73ffbb95e8cf23ee73189504d6825e0657026f778c0d9d14cc

Contents?: true

Size: 1.59 KB

Versions: 54

Compression:

Stored size: 1.59 KB

Contents

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

<% cache cache_key_for_product do %>
  <div data-hook="product_show" class="row" itemscope itemtype="https://schema.org/Product">
    <div class="col-md-4 col-sm-5" data-hook="product_left_part">
      <div data-hook="product_left_part_wrap">
        <div id="product-images" data-hook="product_images">
          <div id="main-image" class="panel panel-default" data-hook>
            <div class="panel-body text-center">
              <%= product_image(@product, itemprop: "image") %>
            </div>
          </div>
          <div id="thumbnails" data-hook>
            <%= render partial: 'thumbnails' %>
          </div>
        </div>

        <div data-hook="product_properties">
          <%= render partial: 'properties' %>
        </div>

        <div data-hook="promotions">
          <%= render partial: 'promotions' %>
        </div>
      </div>
    </div>

    <div class="col-md-8 col-sm-7" data-hook="product_right_part">
      <div data-hook="product_right_part_wrap">
        <div id="product-description" data-hook="product_description">
          <h1 class="product-title" itemprop="name"><%= @product.name %></h1>

          <div class="well" itemprop="description" data-hook="description">
            <%= product_description(@product) %>
          </div>

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

        <div id="taxon-crumbs" class=" five " data-hook="product_taxons">
          <%= render partial: 'taxons' %>
        </div>
      </div>
    </div>
  </div>
<% end %>

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
spree_frontend-3.7.14.1 app/views/spree/products/show.html.erb
spree_frontend-3.7.14 app/views/spree/products/show.html.erb
spree_frontend-3.7.13 app/views/spree/products/show.html.erb
spree_frontend-3.7.12 app/views/spree/products/show.html.erb
spree_frontend-3.7.11 app/views/spree/products/show.html.erb
spree_frontend-3.7.10 app/views/spree/products/show.html.erb
spree_frontend-3.7.9 app/views/spree/products/show.html.erb
spree_frontend-3.7.8 app/views/spree/products/show.html.erb
spree_frontend-3.7.7 app/views/spree/products/show.html.erb
spree_frontend-3.7.6 app/views/spree/products/show.html.erb
spree_frontend-3.7.5 app/views/spree/products/show.html.erb
spree_frontend-3.7.4 app/views/spree/products/show.html.erb
spree_frontend-3.7.3 app/views/spree/products/show.html.erb
spree_frontend-3.7.2 app/views/spree/products/show.html.erb
spree_frontend-3.7.1 app/views/spree/products/show.html.erb
spree_frontend-3.7.0 app/views/spree/products/show.html.erb
spree_frontend-3.7.0.rc3 app/views/spree/products/show.html.erb
spree_frontend-3.2.9 app/views/spree/products/show.html.erb
spree_frontend-3.7.0.rc2 app/views/spree/products/show.html.erb
spree_frontend-3.7.0.rc1 app/views/spree/products/show.html.erb