Closed (won't fix)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Checkout
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2012 at 18:01 UTC
Updated:
4 Nov 2018 at 23:11 UTC
Jump to comment: Most recent
Comments
Comment #1
fagoI've noted that the cart module also cares about anonymous access to this order content. That makes sense as the cart module is the one that associates the order with the session, still the pane itself should work without the cart module.
Comment #2
rszrama commentedI'm going to retitle this issue to get at what seems to be the problem. I think the Cart module checkout pane is working as designed, and from the code it's pretty clear we put it in Cart as a way to expose other Cart data. But it does leave a legitimate need for a similar View or a modified one that is in the Order module itself. We can't just move the one as is without breaking everyone's site (because I wouldn't put a View or checkout pane identified by "Cart" stuff in another module) - so at least in the 1.x branch, the best we could do would be to add a checkout pane to show an order review that mimics the default cart contents pane.
Might be best for that to happen in contrib for 1.x and then fix in 2.x. In a minor update, we just can't make a change like renaming Views or checkout panes.
Comment #3
bojanz commentedWe fixed this in 2.x
It's too late for 1.x.