<%= p.title %>
<% if @average > 0 %>
<% end %>
<% if p.option1 && p.option1.strip.length > 0 %>
<% default = p.default1 ? p.default1 : p.variants[0].option1 %>
<% end %> <% if p.option2 && p.option2.strip.length > 0 %> <% default = p.default2 ? p.default2 : p.variants[0].option2 %>
<% end %> <% if p.option3 && p.option3.strip.length > 0 %> <% default = p.default3 ? p.default3 : p.variants[0].option3 %>
<% end %>
<% end %> <% if p.option2 && p.option2.strip.length > 0 %> <% default = p.default2 ? p.default2 : p.variants[0].option2 %>
<% end %> <% if p.option3 && p.option3.strip.length > 0 %> <% default = p.default3 ? p.default3 : p.variants[0].option3 %>
<% end %>
$<%= p.most_popular_variant.price %>
<%= strip_tags(p.description) %>
<%= strip_tags(p.description) %>
-
<% if @reviews.present? %>
<% @reviews.each do |r| %>
-
<% if r.rating && r.rating != 0 %>
<% end %>
<%= r.name %>
<%= r.content %>
<%
end # @reviews.each do |r|
%>
<% else %>
No reviews yet.
<% end # if @reviews.present? %>Submit Your Review
To submit a review, please log in.
<% if p.related_items && p.related_items.count > 0 %>
-
<% p.related_items.each do |p2| %>
-
<%= p2.title %>
<%= raw product_price(p2) %>
<% end %>
This product doesn't have any related items yet.
<% end %>