Woocommerce add to cart

Hey,

On the demo with the woo commerce when you click on the add to cart on a product, it doesn’t update the products and price on the menu bar (unless you press view cart that appears under the product)

Is there anyway for it to update the quantity and price automatically on the menu bar without having to press the view cart button once you’ve pressed add to cart?

Hope this makes sense!

Thanks

WooCommerce doesn’t use $_POST method for that button and instead uses Ajax, so I can’t automatically update that value to cart. When product is opened with description and everything it WooCommerce does use proper method and everything works fine.