Is it possible to ignore cart contents when buying a product?
one solution I thought of is to
-
Backup the cart content via web storage
-
Empty the cart.
-
Redirect to checkout page
-
Restore cart in thank you page
I don’t like my solution so are there any better solution to this?
Thanks