Hi,
yes the mistake was virutal produts. Thank you.
But I found a bug in the cart:
I have additional product fields with a name in my product.
I buy event 1 and add the name John in the product field and I add it to the cart.
Everything is OK.
But if I buy a second event 1 with the name John2, in the cart the data will be overwritten and only John2 will stay there.
The cart should be:
first product
1x – event 1 – John – price
second product
1x – event 1 – John2 – price
But in the cart is
2 Pieces – Event 1 – John 2
Is there anything you can do about it?
Marcus