I am using WooCommerce Product Bundles, and at the end of the product there is an Add to Cart button. Clicking it refreshed the page, and adds the addons to the cart. I want to change the URL to a different page, instead of just refreshing it.
Here is the button's HTML code:
<button type="submit" class="single_add_to_cart_button bundle_add_to_cart_button button alt">Add to cart</button>