Description of Problem: The cart lists duplicated items. See attached gif. How Reproducible: Tried it with Red Hat Linux Professional 7.1 and Red Hat Linux 7 Getting Started Guide, and the bug happened both times. Steps to Reproduce: 1. Click to buy an item. 2. Continue shopping. 3. Click to buy the same item again. Actual Results: Two line items show for that product item. You can keep clicking to buy that same item, and more line items will show up in the cart, apparently indefinitely. Expected Results: There should be only one line item for each product. Clicking the buy button for the same product only brings you back to the cart page: it shouldn't add another line item or change the quantity of that item. Quantity only changes when user changes the quantity field on the cart page. At least, this is how the store currently works on the live site. Additional Information:
Created attachment 20313 [details] Example of duplicate items in cart.
Set SeparateItems No, restarted and verified on webdevel/bmantest. Fixed.
Note that clicking on an item multiple times does result in incremented value in the Qty field, which is not the behavior of the current store. Still, it makes sense this way too, so I'm closing this bug.