Pseudo cart feature

Is it possible to have a none purchase cart feature?

This can be from an ‘add to list’ button but this time the list can be used for many other applications, for instance generating an invoice or quotation, etc. you can add components and format the way this “list” or cart will appear with tables and sum and count functions of the values

I imagine you can do that using an increment action on each item, writing to a user-specific value.

Then in your pseudo cart, make an inline list of items with quantity > 0 (for example). You can use rollups to get the sum and count etc.

Thanks…checking it out
I may have to watch tutorials