File tree 4 files changed +7
-7
lines changed
Checkout/view/frontend/web/template/cart
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
checked: $parents[1].selectedShippingMethod,
25
25
attr: {
26
26
value: carrier_code + '_' + method_code,
27
- id: 's_method_' + method_code
27
+ id: 's_method_' + carrier_code + '_' + method_code
28
28
}
29
29
"/>
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} ">
31
31
<!-- ko text: $data.method_title --> <!-- /ko -->
32
32
<!-- ko text: $parents[1].getFormattedPrice(amount) --> <!-- /ko -->
33
33
</ label >
Original file line number Diff line number Diff line change 11
11
<schedule_ahead_for >20</schedule_ahead_for >
12
12
<schedule_lifetime >15</schedule_lifetime >
13
13
<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 >
16
16
<use_separate_process >0</use_separate_process >
17
17
</group >
18
18
</config >
Original file line number Diff line number Diff line change 11
11
<schedule_ahead_for >4</schedule_ahead_for >
12
12
<schedule_lifetime >2</schedule_lifetime >
13
13
<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 >
16
16
<use_separate_process >1</use_separate_process >
17
17
</group >
18
18
</config >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ define([
101
101
newIndex ,
102
102
target ;
103
103
104
- if ( typeof position === 'undefined' ) {
104
+ if ( typeof position === 'undefined' || position == null ) {
105
105
position = - 1 ;
106
106
} else if ( typeof position === 'string' ) {
107
107
position = isNaN ( + position ) ? position : + position ;
You can’t perform that action at this time.
0 commit comments