Skip to content

Commit 37a953f

Browse files
author
Mastiuhin Olexandr
committed
MC-29786: Radio buttons for shipping methods are disabled in shopping cart
1 parent 2863caa commit 37a953f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/cart/shipping-rates.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
checked: $parents[1].selectedShippingMethod,
2525
attr: {
2626
value: carrier_code + '_' + method_code,
27-
id: 's_method_' + carrier_code + '_' + method_code
27+
id: 's_method_' + carrier_code + '_' + method_code,
28+
disabled: false
2829
}
2930
"/>
3031
<label class="label" data-bind="attr: {for: 's_method_' + carrier_code + '_' + method_code}">

0 commit comments

Comments
 (0)