WooCommerce – Change the link of the “Continue Shopping” button
December 7, 2015 in Code Snippets by
Below is a quick snippet on how to change link on the “Continue Shopping” button in cart. Hope you will find it helpful.
/** * Redirect to a specific page when clicking on Continue Shopping button * * @return void */ function cart_custom_redirect_continue_shopping() { return 'http://www.yourwebsite.com/yourpage'; } add_filter( 'woocommerce_continue_shopping_redirect', 'cart_custom_redirect_continue_shopping' );

About Milan
The founder of Dessky, Milan has worked in all aspects of advanced web development, from building large commercialized e-commerce and social network systems to troubleshooting small wordpress blogs. His extensive skills cover virtually every area of web development. Milan works hard to implement tomorrow’s trends utilizing the cutting edge systems of today. He specializes in rich internet web application development and deployment, complex HTML5/CSS3 graphical design layouts, full blown framework-driven rich internet applications, and much more. Milan provides elegant solutions to complex problems encountered by businesses that use internet based services. Also he is the Graduated Engineer of both Computer Science and Information Technology.