I haved used demo "wine" shop as my base. I have used this redirection, but I can see, that it uses Javascript to add product to cart, så I don't know if I can just bind some jQuery event to this button or ... ? And I would redirect to cart only when product was added with success...
If you want to redirect there is no need to use Javascript for the adding. So remove the class "ajaxForm" from the html for that adds the product to the cart.
Redirect to cart after Add to cart
Hi,
TeaCommerce 2.1
How can I redirect cutomer to the cart right after adding product to cart, from product page?
Kind regards Thomas
Hi Thomas
If you are using the html api you can use the "redirection" - see this link:
http://documentation.teacommerce.net/html-api/
Kind regards
Anders
Hi Anders,
Thanks for answer.
I haved used demo "wine" shop as my base. I have used this redirection, but I can see, that it uses Javascript to add product to cart, så I don't know if I can just bind some jQuery event to this button or ... ? And I would redirect to cart only when product was added with success...
Kind regards Thomas
If you want to redirect there is no need to use Javascript for the adding. So remove the class "ajaxForm" from the html for that adds the product to the cart.
Thanks :)
is working on a reply...