Hi there,
Since a recent update we noticed that separate order lines are created for an empty verus an absent variant ID. Consider these two examples:
/cart?productid=ImportedPROD1&variantID=&cartcmd=add
/cart?productid=ImportedPROD1&cartcmd=add
Previosuly, callng both would create one line with a quantity of 2 as the empty variantID was considered the same as a missing one. However, we now end up with two lines with a quantiy of 1 each.
Is this behavior intentional or is it bug?
Imar