Skip to content

Commit

Permalink
MAGETWO-81975: Added carrier code to ID to distinguish shipping metho…
Browse files Browse the repository at this point in the history
…ds [backport 2.1] #11456
  • Loading branch information
Oleksii Korshenko committed Oct 17, 2017
2 parents c6c75d4 + 379db5e commit 95f1fe6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -24,10 +24,10 @@
checked: $parents[1].selectedShippingMethod,
attr: {
value: carrier_code + '_' + method_code,
id: 's_method_' + method_code
id: 's_method_' + carrier_code + '_' + method_code
}
"/>
<label class="label" data-bind="attr: {for: 's_method_' + method_code}">
<label class="label" data-bind="attr: {for: 's_method_' + carrier_code + '_' + method_code}">
<!-- ko text: $data.method_title --><!-- /ko -->
<!-- ko text: $parents[1].getFormattedPrice(amount) --><!-- /ko -->
</label>
Expand Down

0 comments on commit 95f1fe6

Please sign in to comment.