Add products to order checkout

Hi,

Im looking into adding products to checkout order based on what you added.
For example if you add shoes you will get socks automatically added with their own price. (they are their own product entity) with their relation (variant => variant)

But they react on quantity, so if 3 shoes you will have 3 socks.

I have looked around and the best place would be to modify the Add, Update method in CartController.

Am I on the correct path here or do you recommend somewhere else? Or maybe this functionality is already baked somewhere?

Litium version: 7.2.3

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.