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 4747 <actionGroup ref =" AddSimpleProductToOrderActionGroup" stepKey =" addSimpleProductToOrder" >
4848 <argument name =" product" value =" $$createSimpleProduct$$" />
4949 </actionGroup >
50+ <!-- By default checkbox 'Add to address book' must be unchecked -->
51+ <dontSeeCheckboxIsChecked selector =" {{AdminOrderFormBillingAddressSection.SaveAddress}}" stepKey =" checkBoxAddBillingAddressIsUnchecked" />
5052 <!-- Just in case uncheck and check 'Same as Billing Address checkbox' -->
5153 <comment userInput =" Just in case uncheck and check 'Same as Billing Address checkbox'" stepKey =" uncheckAndCheckAgain" />
5254 <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
804804"Please enter a coupon code!","Please enter a coupon code!"
805805"Reorder is not available.","Reorder is not available."
806806"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; ?>
125125 <?php endif ; ?>
126126 class="admin__control-checkbox"/>
127127 <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>
129129 </div>
130130 </div>
131131 <?php $ hideElement = 'address- ' . ($ block ->getIsShipping () ? 'shipping ' : 'billing ' ) . '-overlay ' ; ?>
You can’t perform that action at this time.
0 commit comments