Displaying 4 results from an estimated 4 matches for "update_ord".
Did you mean:
update_end
2005 Dec 25
2
[repost] newbie questions
...ing in your cart!")
else
@order = Order.new
@address = Address.new
end
end
I also created the following checkout.rhtml file:
<% @page_title = "Checkout" -%>
<%= error_messages_for(:order) %>
<%= start_form_tag(:action => "update_order") %>
<table>
<%= render(:partial => ''orderitem'', :collection => @items) %>
</table>
<%= submit_tag "Update" %>
<%= end_form_tag %>
Finally I created the following partial:
<% product = orderitem.product %>
<tr...
2005 Dec 23
0
newbie question
...ing in your cart!")
else
@order = Order.new
@address = Address.new
end
end
I also created the following checkout.rhtml file:
<% @page_title = "Checkout" -%>
<%= error_messages_for(:order) %>
<%= start_form_tag(:action => "update_order") %>
<table>
<%= render(:partial => ''orderitem'', :collection => @items) %>
</table>
<%= submit_tag "Update" %>
<%= end_form_tag %>
Finally I created the following partial:
<% product = orderitem.product %>
<tr...
2005 Jul 20
0
Re: Using sortable.
...pdate =>
''walk_box'',
:complete
=> ''alert(1)'',
:url =>
{:controller => "photos",
:action => "update_order",
:id => @location.id},
:constraint => "horizontal",
:overlap
=> "horizontal",...
2005 Jul 20
0
Using sortable.
...pdate =>
''walk_box'',
:complete
=> ''alert(1)'',
:url =>
{:controller => "photos",
:action => "update_order",
:id => @location.id},
:constraint => "horizontal",
:overlap
=> "horizontal",...