I want to add a new page in between the cart and checkout pages on woocommerce shop.
How can i change the “proceed to checkout” url on the standard cart page to link to my new page called “extras”
This new extras page will offer the customer an extra product they can add to their cart and then proceed back to the checkout page as normal.
Below code will change the URL of the Proceed to Checkout.
WooCommerce add that url with action and does not provide
filter
to change the URL. So we need to remove action and again need toadd_action
to achieve.