File tree 3 files changed +3
-3
lines changed
app/code/Magento/Checkout/view/frontend/web/template
shipping-address/address-renderer
shipping-information/address-renderer
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
< div class ="billing-address-details " data-bind ="if: isAddressDetailsVisible() && currentBillingAddress() ">
8
- <!-- ko text: currentBillingAddress().prefix --> <!-- /ko --> <!-- ko text: currentBillingAddress().firstname --> <!-- /ko -->
8
+ <!-- ko text: currentBillingAddress().prefix --> <!-- /ko --> <!-- ko text: currentBillingAddress().firstname --> <!-- /ko --> <!-- ko text: currentBillingAddress().middlename --> <!-- /ko -->
9
9
<!-- ko text: currentBillingAddress().lastname --> <!-- /ko --> <!-- ko text: currentBillingAddress().suffix --> <!-- /ko --> < br />
10
10
<!-- ko text: currentBillingAddress().street --> <!-- /ko --> < br />
11
11
<!-- ko text: currentBillingAddress().city --> <!-- /ko --> , < span data-bind ="html: currentBillingAddress().region "> </ span > <!-- ko text: currentBillingAddress().postcode --> <!-- /ko --> < br />
Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
< div class ="shipping-address-item " data-bind ="css: isSelected() ? 'selected-item' : 'not-selected-item' ">
8
- <!-- ko text: address().prefix --> <!-- /ko --> <!-- ko text: address().firstname --> <!-- /ko -->
8
+ <!-- ko text: address().prefix --> <!-- /ko --> <!-- ko text: address().firstname --> <!-- /ko --> <!-- ko text: address().middlename --> <!-- /ko -->
9
9
<!-- ko text: address().lastname --> <!-- /ko --> <!-- ko text: address().suffix --> <!-- /ko --> < br />
10
10
<!-- ko text: address().street --> <!-- /ko --> < br />
11
11
<!-- ko text: address().city --> <!-- /ko --> , < span data-bind ="html: address().region "> </ span > <!-- ko text: address().postcode --> <!-- /ko --> < br />
Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
<!-- ko if: (visible()) -->
8
- <!-- ko text: address().prefix --> <!-- /ko --> <!-- ko text: address().firstname --> <!-- /ko -->
8
+ <!-- ko text: address().prefix --> <!-- /ko --> <!-- ko text: address().firstname --> <!-- /ko --> <!-- ko text: address().middlename --> <!-- /ko -->
9
9
<!-- ko text: address().lastname --> <!-- /ko --> <!-- ko text: address().suffix --> <!-- /ko --> < br />
10
10
<!-- ko text: address().street --> <!-- /ko --> < br />
11
11
<!-- ko text: address().city --> <!-- /ko --> , < span data-bind ="html: address().region "> </ span > <!-- ko text: address().postcode --> <!-- /ko --> < br />
You can’t perform that action at this time.
0 commit comments