File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
app/code/Magento/Checkout/view/frontend/web/template
shipping-address/address-renderer
shipping-information/address-renderer Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 88 < text args ="currentBillingAddress().prefix "> </ text > < text args ="currentBillingAddress().firstname "> </ text >
99 < text args ="currentBillingAddress().middlename "> </ text >
1010 < text args ="currentBillingAddress().lastname "> </ text > < text args ="currentBillingAddress().suffix "> </ text > < br />
11+ < if args ="currentBillingAddress().company ">
12+ < text args ="currentBillingAddress().company "> </ text > < br />
13+ </ if >
1114 < text args ="_.values(currentBillingAddress().street).join(', ') "> </ text > < br />
1215 < text args ="currentBillingAddress().city "> </ text > , < span text ="currentBillingAddress().region "> </ span >
1316 < text args ="currentBillingAddress().postcode "> </ text > < br />
Original file line number Diff line number Diff line change 77< div class ="shipping-address-item " css ="'selected-item' : isSelected() , 'not-selected-item':!isSelected() ">
88 < text args ="address().prefix "> </ text > < text args ="address().firstname "> </ text > < text args ="address().middlename "> </ text >
99 < text args ="address().lastname "> </ text > < text args ="address().suffix "> </ text > < br />
10+ < if args ="address().company ">
11+ < text args ="address().company "> </ text > < br />
12+ </ if >
1013 < text args ="_.values(address().street).join(', ') "> </ text > < br />
1114 < text args ="address().city "> </ text > , < span text ="address().region "> </ span > < text args ="address().postcode "> </ text > < br />
1215 < text args ="getCountryName(address().countryId) "> </ text > < br />
Original file line number Diff line number Diff line change 77< if args ="visible() ">
88 < text args ="address().prefix "> </ text > < text args ="address().firstname "> </ text > < text args ="address().middlename "> </ text >
99 < text args ="address().lastname "> </ text > < text args ="address().suffix "> </ text > < br />
10+ < if args ="address().company ">
11+ < text args ="address().company "> </ text > < br />
12+ </ if >
1013 < text args ="_.values(address().street).join(', ') "> </ text > < br />
1114 < text args ="address().city "> </ text > , < span text ="address().region "> </ span > < text args ="address().postcode "> </ text > < br />
1215 < text args ="getCountryName(address().countryId) "> </ text > < br />
You can’t perform that action at this time.
0 commit comments