Sha256: 452006cb5922ca69af858aa7a9d6db10b597e02a8237831cdc243bc500ddcf11

Contents?: true

Size: 1.48 KB

Versions: 28

Compression:

Stored size: 1.48 KB

Contents

<% cache [I18n.locale, current_currency, @product] do %>
  <div data-hook="product_show" itemscope itemtype="http://schema.org/Product">
    <% @body_id = 'product-details' %>

    <div class="columns six alpha" data-hook="product_left_part">
      <div class="row" data-hook="product_left_part_wrap">

        <div id="product-images" data-hook="product_images">
          <div id="main-image" data-hook>
            <%= render :partial => 'image' %>
          </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="columns ten omega" data-hook="product_right_part">
      <div class="row" data-hook="product_right_part_wrap">

        <div id="product-description" data-hook="product_description">

          <h1 class="product-title" itemprop="name"><%= accurate_title %></h1>

          <div itemprop="description" data-hook="description">
            <%= product_description(@product) rescue Spree.t(:product_has_no_description) %>
          </div>

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

        </div>

        <%= render :partial => 'taxons' %>

      </div>
    </div>

  </div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
spree_frontend-2.3.13 app/views/spree/products/show.html.erb
spree_frontend-2.2.14 app/views/spree/products/show.html.erb
spree_frontend-2.3.12 app/views/spree/products/show.html.erb
spree_frontend-2.2.13 app/views/spree/products/show.html.erb
spree_frontend-2.3.11 app/views/spree/products/show.html.erb
spree_frontend-2.2.12 app/views/spree/products/show.html.erb
spree_frontend-2.3.10 app/views/spree/products/show.html.erb
spree_frontend-2.3.9 app/views/spree/products/show.html.erb
spree_frontend-2.2.11 app/views/spree/products/show.html.erb
spree_frontend-2.2.10 app/views/spree/products/show.html.erb
spree_frontend-2.3.8 app/views/spree/products/show.html.erb
spree_frontend-2.3.7 app/views/spree/products/show.html.erb
spree_frontend-2.2.9 app/views/spree/products/show.html.erb
spree_frontend-2.3.6 app/views/spree/products/show.html.erb
spree_frontend-2.2.8 app/views/spree/products/show.html.erb
spree_frontend-2.3.5 app/views/spree/products/show.html.erb
spree_frontend-2.2.7 app/views/spree/products/show.html.erb
spree_frontend-2.4.0.rc2 app/views/spree/products/show.html.erb
spree_frontend-2.4.0.rc1 app/views/spree/products/show.html.erb
spree_frontend-2.3.4 app/views/spree/products/show.html.erb