From 3e4f1a4efd82853ea48c419b699a74082c3ece3b Mon Sep 17 00:00:00 2001 From: peterjaap Date: Thu, 12 Oct 2017 20:52:06 +0200 Subject: [PATCH] Added carrier code to ID to distinguish shipping methods with the same method name but differing carrier code --- .../view/frontend/web/template/cart/shipping-rates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Checkout/view/frontend/web/template/cart/shipping-rates.html b/app/code/Magento/Checkout/view/frontend/web/template/cart/shipping-rates.html index 3f465d5018847..fb0182228c21e 100644 --- a/app/code/Magento/Checkout/view/frontend/web/template/cart/shipping-rates.html +++ b/app/code/Magento/Checkout/view/frontend/web/template/cart/shipping-rates.html @@ -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 } "/> -