<%= @post.the_sku %> <%= raw @post.the_featured_status %>
<%= @post.the_price %> <%= raw @post.the_stock_status %> USD
<%= @post.the_excerpt %>
<% if @post.in_stock? %>Items available: <%= @post.the_qty_real %>
<% if @post.the_qty_real.to_i > 0 %> <%= form_tag(plugins_ecommerce_checkout_cart_add_path, :method => "post", :class => "form") do %>
<%= number_field :cart, :qty, value: 1, min: 0, max: @post.the_qty_real.to_i, class: "input-touchspin" %>
<%= hidden_field :cart, :product_id, value: @post.id %>
<%#= image_tag theme_asset_path('images/globe.png') %> SHIPPING TO: >
<% end %> <% end %> <% end %>
<%= raw @post.the_content %>