<% if signin? %>
<% @cart = current_site.carts.set_user(current_user).first_or_create(name: "Cart by #{current_user.id}") %>
Shopping Cart

(<%= @cart.the_items_count %>) Items, Total: <%= current_site.current_unit %> <%= @cart.the_amount_total %>

All Products <% if( @cart.the_items_count.to_i > 0 ) %> Purchase <% end %> My Orders
<% else %> <% end %>
<%= render partial: "/camaleon_cms/flash_messages.html.erb" %> <%= yield %>