Closed (won't fix)
Project:
Ubercart
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 17:19 UTC
Updated:
1 Jul 2011 at 11:55 UTC
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
Comment #1
longwaveThis can be done with hook_form_alter() in a custom module, I don't think it's worth adding a setting just for this.