Clearing the Cart in Advanced Logic

What is the best way to clear the feathery.cart completely in advanced logic?

Hi Adam,

Thank you for reaching out.
Here is a code you can follow in advanced logic.

You might need to edit some field to the fields that you are using in your form.

Additionally, you can access this link for more information that can help you with additional cart advanced logic codes.

Let us know if you need anything else.
Thanks!

I saw this, but is there a quicker way to remove all products from cart? I’d have to list out every string using your method.

In advanced logic, I believe you can also run feathery.cart = null; to clear it out