Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0-b3
-
Component/s: None
-
Labels:None
Description
This occurs specifically on the wizard order forms. When an order is being created a coupon code can be added to the url. For example: order/config/index/wizard/?group_id=38&pricing_id=89&coupon=10doff. This causes the "continue" button to be disabled.
We determined that this was caused by a javascript submission trigger that propagated from the coupon form to the package configuration form. We will fix the issue by preventing this propagation.