File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
view/adminhtml/templates/order/create/form Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 47
47
<actionGroup ref =" AddSimpleProductToOrderActionGroup" stepKey =" addSimpleProductToOrder" >
48
48
<argument name =" product" value =" $$createSimpleProduct$$" />
49
49
</actionGroup >
50
+ <!-- By default checkbox 'Add to address book' must be unchecked -->
51
+ <dontSeeCheckboxIsChecked selector =" {{AdminOrderFormBillingAddressSection.SaveAddress}}" stepKey =" checkBoxAddBillingAddressIsUnchecked" />
50
52
<!-- Just in case uncheck and check 'Same as Billing Address checkbox' -->
51
53
<comment userInput =" Just in case uncheck and check 'Same as Billing Address checkbox'" stepKey =" uncheckAndCheckAgain" />
52
54
<uncheckOption selector =" {{AdminOrderFormShippingAddressSection.SameAsBilling}}" stepKey =" unCheckSameAsShippingAddressCheckbox" />
Original file line number Diff line number Diff line change @@ -804,3 +804,4 @@ If set YES Email field will be required during Admin order creation for new Cust
804
804
"Please enter a coupon code!","Please enter a coupon code!"
805
805
"Reorder is not available.","Reorder is not available."
806
806
"The coupon code has been removed.","The coupon code has been removed."
807
+ "Add to address book","Add to address book"
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ endif; ?>
125
125
<?php endif ; ?>
126
126
class="admin__control-checkbox"/>
127
127
<label for="<?= $ block ->escapeHtmlAttr ($ block ->getForm ()->getHtmlIdPrefix ()) ?> save_in_address_book"
128
- class="admin__field-label"><?= $ block ->escapeHtml (__ ('Save in address book ' )) ?> </label>
128
+ class="admin__field-label"><?= $ block ->escapeHtml (__ ('Add to address book ' )) ?> </label>
129
129
</div>
130
130
</div>
131
131
<?php $ hideElement = 'address- ' . ($ block ->getIsShipping () ? 'shipping ' : 'billing ' ) . '-overlay ' ; ?>
You can’t perform that action at this time.
0 commit comments