My individual product page is calculating prices really strangely. Help

Okay, so my individual product page does this really weird thing. Well, it does two really weird things.

  1. When I add one or two products, the total is correct. When I start go to three and more, the total gets really whacked. They’re still divisible by the single product price, but it goes nuts. For example, if I try to add three items, the total will be $16.99 x 6. Uh, ok. It just keep going whackier as the item count goes up. Now, when that quantity is added to the cart, and you go to the cart page, the total is correct. Weird. Then, if I manually input a quantity in the box, it goes all whacky.

  2. I really wish the product page would stop people from adding more quantity than I have in store. I have track inventory on and allow backorder turned off.

Hoping someone can help me in solving this weird one.

@beansandthings

  1. Did you make any changes in the product template code or added any app which might interfere with the qty and pricing, its mostly a currency formating display issue. The best would be to take a fresh copy of the theme and see if the issue is there.

  2. Most of the themes would have this in setting to check for the inventory quantity and stop people from ordering above that qty, however, if it is not there the same can be enabled through code customization