If I disable javascript and add a product to my cart, I get a white page with only the following message.
This item has been added to your cart.
The url of the page is /cart.php. If I reload the page I can view the cart page as intended and I can see that indeed the product was added.
It seems as though I'm actually getting the ajax response text even though, as I said, I've disabled javascript.
Can this be fixed so that I'm taken immediately to my cart when I add products without javascript?