<% unless section.delivery_destination.nil? %>
<%= section.delivery_destination.name %>
<%= section.delivery_destination.address %>
<%= section.delivery_destination.place %> <%= Place.name_from_code(section.delivery_destination.place) %>
<%= section.delivery_destination.email %>
<%= section.delivery_destinati on.phone %>
<% end %>
| Code |
Item name |
Amount |
Price |
Total |
<% section.items.each do |item| %>
| <%= item.code %> |
<%= item.name %> |
<%= item.amount %> |
<%= item.list_price %> |
<%= item.sum_price %> |
<% end %>
| Total for cart: <%= section.sum_amount %> |