Placing cart on checkout page?

Has anyone place a copy of the cart on the checkout page? I have tried simply adding [[!scGetCart]] but that causes the whole page to fail with this message “Unfortunately we couldn’t finish your order. Something went wrong. Please contact us.”

Hi Adam,

yes, you can have a lot of carts :smiley:
I have an minicart and an cart on the checkout, but with no update or change funtionality.
Try

[[!scGetCart? &view=`1` &includeTVs=`1` &processTVs=`1` &tvPrefix=``]]

Maybe you have to change the tvPrefix and use other row templates.

Thanks Florian,

I will give that another try. I had guessed that should work but for some reason got the error noted in my initial question. Maybe passing the params will make a difference.