how can I redirect the user to a specific category after adding a product to cart ?
I use Magento 1.4.1.1
Thanks for help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There no way to do this with out small programming effort. The simplest way i can think of is to use return_url parameter for “add to cart” form. Edit catalog/product/view/addtocart.phtml template by adding there hidden field like this
after button tag. In result after adding product to cart you will be redirected to pointed site.
Hope this will help you.