Sha256: 8bc7b6b272a14da07b3e6986d1be67222c72b7d549e25f30c11a1bf088b33e0e

Contents?: true

Size: 1.47 KB

Versions: 37

Compression:

Stored size: 1.47 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"><%= @product.name %></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

37 entries across 37 versions & 2 rubygems

Version Path
solidus_frontend-1.2.3 app/views/spree/products/show.html.erb
solidus_frontend-1.1.4 app/views/spree/products/show.html.erb
solidus_frontend-1.0.7 app/views/spree/products/show.html.erb
solidus_frontend-1.0.6 app/views/spree/products/show.html.erb
solidus_frontend-1.2.2 app/views/spree/products/show.html.erb
solidus_frontend-1.2.1 app/views/spree/products/show.html.erb
solidus_frontend-1.1.3 app/views/spree/products/show.html.erb
solidus_frontend-1.0.5 app/views/spree/products/show.html.erb
solidus_frontend-1.2.0 app/views/spree/products/show.html.erb
solidus_frontend-1.2.0.rc2 app/views/spree/products/show.html.erb
solidus_frontend-1.0.4 app/views/spree/products/show.html.erb
solidus_frontend-1.1.2 app/views/spree/products/show.html.erb
solidus_frontend-1.2.0.rc1 app/views/spree/products/show.html.erb
solidus_frontend-1.2.0.beta1 app/views/spree/products/show.html.erb
solidus_frontend-1.0.3 app/views/spree/products/show.html.erb
solidus_frontend-1.1.1 app/views/spree/products/show.html.erb
solidus_frontend-1.1.0 app/views/spree/products/show.html.erb
solidus_frontend-1.1.0.pre2 app/views/spree/products/show.html.erb
solidus_frontend-1.1.0.pre1 app/views/spree/products/show.html.erb
solidus_frontend-1.1.0.beta1 app/views/spree/products/show.html.erb