I see that it is usefull in some cases to have this form (e.g. PayPal: http://drupal.org/node/289274).
For setups that do not have direct payment buttons, but always use the uc_checkout method this is not needed. I'ts also not very user friendly because nothing is added to the cart table, but that is not an issue for this module, read: http://drupal.org/node/289274#comment-1652644.
So, could we make this optional please? Since this is a form_alter its not easy to get rid of this without hacking ;)
Thanks,
Kees
Comments
Comment #1
longwaveYou can disable the coupon cart pane at /admin/store/settings/cart/edit/panes.
Comment #2
keesje commentedHow could i miss that..
Thanks :-)
Comment #3
jugney commentedI'm using the coupon module on a Drupal 5 site - and I don't see an option under /admin/store/settings/cart/edit/panes to show the coupon field. Does this feature exist in the D5 version?
Comment #4
longwaveThis feature has not yet been backported to the D5 version. A patch would be more than welcome, or I will add this myself eventually, when I get some free time.