search for: orderitem_count

Displaying 2 results from an estimated 2 matches for "orderitem_count".

Did you mean: orderitem_counter
2005 Dec 25
2
[repost] newbie questions
.../table> <%= submit_tag "Update" %> <%= end_form_tag %> Finally I created the following partial: <% product = orderitem.product %> <tr> <td><%= check_box ''orderitem'', ''delete'', ''index'' => orderitem_counter %></td> <td><%= text_field ''orderitem'', ''quantity'', ''value'' => orderitem.quantity, ''index'' => orderitem_counter, :size => 4 %></td> <td><%= product.brand %> <%= produ...
2005 Dec 23
0
newbie question
.../table> <%= submit_tag "Update" %> <%= end_form_tag %> Finally I created the following partial: <% product = orderitem.product %> <tr> <td><%= check_box ''orderitem'', ''delete'', ''index'' => orderitem_counter %></td> <td><%= text_field ''orderitem'', ''quantity'', ''value'' => orderitem.quantity, ''index'' => orderitem_counter, :size => 4 %></td> <td><%= product.brand %> <%= produ...