File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
app/code/Magento/Checkout/view/frontend/web/template Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 17
17
< div data-bind ="text: error_message "> </ div >
18
18
<!-- /ko -->
19
19
<!-- ko if: (available) -->
20
- < input name ="estimate_method "
21
- type ="radio "
20
+ < input type ="radio "
22
21
class ="radio "
23
22
data-bind ="
24
23
click: $parents[1].selectShippingMethod,
Original file line number Diff line number Diff line change 81
81
< td class ="col col-method ">
82
82
<!-- ko ifnot: method.error_message -->
83
83
<!-- ko if: $parent.rates().length == 1 -->
84
- < input name ="shipping_method "
85
- class ="radio "
84
+ < input class ="radio "
86
85
type ="radio "
87
86
data-bind ="attr: {
88
87
checked: $parent.rates().length == 1,
92
91
} " />
93
92
<!-- /ko -->
94
93
<!--ko ifnot: ($parent.rates().length == 1)-->
95
- < input name =" shipping_method " type ="radio "
94
+ < input type ="radio "
96
95
data-bind ="
97
96
value: method.carrier_code + '_' + method.method_code,
98
97
checked: $parent.isSelected,
125
124
< div data-bind ="text: method.error_message "> </ div >
126
125
</ div >
127
126
< span class ="no-display ">
128
- < input name =" shipping_method " type ="radio " data-bind ="attr: {'value' : method.method_code, 'id': 's_method_' + method.method_code} "/>
127
+ < input type ="radio " data-bind ="attr: {'value' : method.method_code, 'id': 's_method_' + method.method_code} "/>
129
128
</ span >
130
129
</ td >
131
130
</ tr >
You can’t perform that action at this time.
0 commit comments