Since you can change the redirection of Add to cart in the cart settings, you probably want to be able to change redirection of Cancel button on checkout page.

A typical example is when you want to skip the cart page and directly go to the checkout one (if your website sale only one product for instance). So far the Cancel button brings you back to the cart page and you can't change it.

Need a way to specify a redirection for the Cancel button and an option to make it directly empty the cart.

Comments

longwave’s picture

Status: Active » Closed (won't fix)

This can be done with hook_form_alter() in a custom module, I don't think it's worth adding a setting just for this.