How do I create a Custom Panel Page for Checkout/Cart Page?
I am trying to create a custom panel page for the shopping cart page to add more information on the page and customize it to my liking. What I've done so far is create a page called review-order.
I added a context for the logged in user and added a relationship to Commerce Order from User. I add the view shopping cart form to panel and add commerce order id (from user) as the view's context.
The problem is that it seems like it takes just the first order ID from the user and not the current. I couldn't find any option for current order ID so how can I go about doing this? It seems like this should be something doable as editing the base cart page is pretty common.
Any suggestions on how to go about doing this. I think i'm on the right track here but I am missing something.
Thanks.
Comments
Well this method almost worked. However I do not have update cart options when doing so.