File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Checkout/view/frontend/web/template/cart Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 checked: $parents[1].selectedShippingMethod,
2525 attr: {
2626 value: carrier_code + '_' + method_code,
27- id: 's_method_' + method_code
27+ id: 's_method_' + carrier_code + '_' + method_code
2828 }
2929 "/>
30- < label class ="label " data-bind ="attr: {for: 's_method_' + method_code} ">
30+ < label class ="label " data-bind ="attr: {for: 's_method_' + carrier_code + '_' + method_code} ">
3131 <!-- ko text: $data.method_title --> <!-- /ko -->
3232 <!-- ko text: $parents[1].getFormattedPrice(amount) --> <!-- /ko -->
3333 </ label >
Original file line number Diff line number Diff line change 1111 <schedule_ahead_for >20</schedule_ahead_for >
1212 <schedule_lifetime >15</schedule_lifetime >
1313 <history_cleanup_every >10</history_cleanup_every >
14- <history_success_lifetime >60 </history_success_lifetime >
15- <history_failure_lifetime >600 </history_failure_lifetime >
14+ <history_success_lifetime >10080 </history_success_lifetime >
15+ <history_failure_lifetime >10080 </history_failure_lifetime >
1616 <use_separate_process >0</use_separate_process >
1717 </group >
1818</config >
Original file line number Diff line number Diff line change 1111 <schedule_ahead_for >4</schedule_ahead_for >
1212 <schedule_lifetime >2</schedule_lifetime >
1313 <history_cleanup_every >10</history_cleanup_every >
14- <history_success_lifetime >60 </history_success_lifetime >
15- <history_failure_lifetime >600 </history_failure_lifetime >
14+ <history_success_lifetime >10080 </history_success_lifetime >
15+ <history_failure_lifetime >10080 </history_failure_lifetime >
1616 <use_separate_process >1</use_separate_process >
1717 </group >
1818</config >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ define([
101101 newIndex ,
102102 target ;
103103
104- if ( typeof position === 'undefined' ) {
104+ if ( typeof position === 'undefined' || position == null ) {
105105 position = - 1 ;
106106 } else if ( typeof position === 'string' ) {
107107 position = isNaN ( + position ) ? position : + position ;
You can’t perform that action at this time.
0 commit comments