According to inline documentation:
// Force the creation of a new cart for this link without affecting
// any other carts the user may already have.
But when you look at he code the cart is only created if it doesn't exist already. This leads to incorrect behavior of combining carts.
Issue fork commerce_cart_links-3564970
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
vmarchukComment #6
vmarchukCommitted!