Hi DP's I have a problem in magento. When adding a products via add to cart button, it show items added to cart and stay remain on the same page. it nowhere redirects . So i want to redirect it to the cart page after adding the products. I have done it through magento via system>configuration>Sales>Checkout>shoppingcart>After Adding a Product Redirect to Shopping Cart set to yes. But nothing happened.. it stay remains on the same page. Can anyone help on this
I don't know Magento or how it does re-directs, but if it is using conventional header re-directs the problem could be that the redirect page is writing something out (even a blank line) before it tries to re-direct. That will always fail unless the output is buffered and does not actually get sent. You might want to try the Magento support site: https://magento.com/help/overview They have documentation and a forum that is product specific, and that is probably the kind of help you need.
Have you tried clearing your cache? If you're caching using APC or something then this could be an issue.