amschaal / django-ezreg

4 stars 3 forks source link

Remove payment method requirement if Price is $0.00 #146

Closed lnszeto closed 4 years ago

lnszeto commented 4 years ago

Capture

If someone enters a coupon code which brings the price to $0.00, it would be nice to have the form automatically proceed to the next step. Currently, the individual needs to enter the coupon code and hit continue, which brings them back to the same step (image attached). The page refreshes showing the new $0.00 price option but then requires a payment method which is not very intuitive. It should allow the user to skip selecting a payment method.

amschaal commented 4 years ago

Thanks for the feedback. The issue should be fixed.