Closed (won't fix)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Order
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Jan 2011 at 16:39 UTC
Updated:
25 Sep 2011 at 18:50 UTC
After we get the #944640: Shopping cart as a view in, we are very close to being able to also make the order editing form a view. It basically just need:
1. A field for editing the price of the product, it should be very similar to the quantity editing field
2. An option for turning the delete field as a checkbox
3. And area handler to put the widget for adding a line item
Comments
Comment #1
rszrama commentedTagging.
Comment #2
rszrama commentedThe idea behind this isn't to make the entire Order edit form a View but just the line item reference field's manager widget. This would involve embedding a form from a View in part of a larger form, so I'm not sure how feasible it really is. We can postpone this for now and return to it once 1.0 is closer to done. : )
Comment #3
rszrama commentedWith my work on Commerce Inline Product Form progressing nicely, I think we'll ultimately want to duplicate that solution for the order form instead of the shopping cart form. For more details, follow along here: http://drupal.org/node/1181862