Hi

I need is to apply 10% discount on all the products of same class, and than it should change to 18% if another product of the same class is added to the cart. That is, if the quantity >= 2, than 18% should be applied to all the items, otherwise 10%. Default Discounted price should be 10% to be visible on the product node.

I dont know what I am missing as I am getting the same amount of discount irrespective of the price in all the products, and the cart is not reflecting the code.

Please help me!!!