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

rszrama’s picture

Issue tags: +dcsprint5

Tagging.

rszrama’s picture

Status: Active » Postponed

The 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. : )

rszrama’s picture

Status: Postponed » Closed (won't fix)

With 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