I agree it’s common functionality to remove an item from the order summary/checkout page.
(I’m thinking my only solution is to provide links in the order summary box to return to the product page and remove from cart, but that isn’t good UX; EDIT - that also means duplicating the slug field on products and updating every product in order to link to a product page from the checkout page)
Thanks for replying. There isn’t “remove” functionality on the checkout page, and there is no access to the cart there either, so what would the JS be doing?
EDIT
Do you mean to setup the cart on own page, ajax or iframe the page over as hidden, and click the hidden remove + refresh page?
Do you mean something like this@FlowingFlow? Add a few items, and then go to the checkout page. You can remove any items in the “Items in Order” section using the “Remove” link. I assume that’s what you guys are referring to?
If you’re not opposed to sharing, could you elaborate a bit more to help folks who might be trying to build this who aren’t pros? You are pulling the shopping cart from another page into the checkout page with custom code, but roughly what is the code doing? (.e.g Did you setup a standalone page with the cart and you’re ajax-ing it in? maybe there’s an easier way?)
Would creating a library for the solution help? I’m open to sharing it other ways too, if you have any suggestions. Webflow Library seems like the best option though.