Posts by Lucas Jowter • 1 point
1 post
-
0
votes3
answers8862
viewsA: How to make a redirect to finalize purchase without going through the Woocomerce cart?
/** * Set a custom add to cart URL to redirect to * @return string */ function custom_add_to_cart_redirect() { return 'http://www.yourdomain.com/your-page/'; } add_filter(…