<% if notice %>
<% end %>
<%= t('.title') %>
<%= render(cart.line_items) %>
Total: |
<%= number_to_currency(cart.total_price) %> |
<%= button_to t('.empty'), cart,
method: :delete,
data: { confirm: 'Are you sure?' } %>
<%= button_to t('.checkout'), new_order_path(locale: I18n.locale),
method: :get,
class: "checkout"%>