Currently, the shopping cart block is built using a line item View and accepts as an Argument the line item ID (or IDs). This should be changed to an Order View that accepts the Order ID as the Argument, establishes a relationship to line items via the Order's line item reference field, and then outputs the same data. There is currently no line item reference relationship so it will need to be added... but this will be huge. : D
View the product reference Views integration for an example... and I suppose we'll use this same thing for the payment reference / tab.
Comments
Comment #1
mfer commentedCode available at http://github.com/mattfarina/drupalcommerce/commit/68c0693111ba734e6b49f...
Comment #2
mfer commentedA little more cleanup in...
http://github.com/mattfarina/drupalcommerce/commit/482ac2695316d67371e24...
Comment #3
rszrama commentedApplied cleanly and works well. : )