If you add another product with the exact same value for is Subscription, then it is not unique and TC qill add 1 to the quantity. So if you want to add a unique order line every time you could add an order line property with a guid and then use that order line property as the uniqueness feature.
'Product uniqueness property aliases' not taking effect
I have a prop on my product document type:
And in my shop settings I have:
And my test product:
But my order lines are not added as unique lines to my order. What am I doing wrong?
If you add another product with the exact same value for is Subscription, then it is not unique and TC qill add 1 to the quantity. So if you want to add a unique order line every time you could add an order line property with a guid and then use that order line property as the uniqueness feature.
Ah right. That's just me not thinking it all the way through. Yes I have a subscription interval prop as well. That does the trick.
is working on a reply...