Shopping Cart using custom states

Is it possible to use custom states to create a shopping cart adding items+quantity without use database call?
Thanks

1 Like

Hey @rcretella

Presumably your shopping cart (i.e. a repeating group) will have products of some kind in it, so will need a database call to retrieve those. You can of course use a custom state to store the associated quantities…

What are trying to achieve here?