I'm building a product where it's possible to buy just one product. Because of the fact we are only selling one product it would be nice to automatically redirect to the cart when you add the product to the cart. Now its redirecting back to the product page.
There is this variable $redirectURL in ProductForm.php. How can i change it so it redirects to the cart?
Hi,
I'm building a product where it's possible to buy just one product. Because of the fact we are only selling one product it would be nice to automatically redirect to the cart when you add the product to the cart. Now its redirecting back to the product page.
There is this variable $redirectURL in ProductForm.php. How can i change it so it redirects to the cart?
Thanks in advance