I have data types for products where I added all our services.
Then display those services in a repeating group with a checkbox where the client can select multiple different services and it will add to the current user’s cart. The client’s cart field type list if products.
My problem is that, for example, if the client wants to buy 2 same service (what the client wants is to buy that one service in multiple quantities at one checkout), how can I make it work?
Thanks in advance