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 8
8
< text args ="currentBillingAddress().prefix "> </ text > < text args ="currentBillingAddress().firstname "> </ text >
9
9
< text args ="currentBillingAddress().middlename "> </ text >
10
10
< 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 >
11
14
< text args ="_.values(currentBillingAddress().street).join(', ') "> </ text > < br />
12
15
< text args ="currentBillingAddress().city "> </ text > , < span text ="currentBillingAddress().region "> </ span >
13
16
< text args ="currentBillingAddress().postcode "> </ text > < br />
Original file line number Diff line number Diff line change 7
7
< div class ="shipping-address-item " css ="'selected-item' : isSelected() , 'not-selected-item':!isSelected() ">
8
8
< text args ="address().prefix "> </ text > < text args ="address().firstname "> </ text > < text args ="address().middlename "> </ text >
9
9
< 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 >
10
13
< text args ="_.values(address().street).join(', ') "> </ text > < br />
11
14
< text args ="address().city "> </ text > , < span text ="address().region "> </ span > < text args ="address().postcode "> </ text > < br />
12
15
< text args ="getCountryName(address().countryId) "> </ text > < br />
Original file line number Diff line number Diff line change 7
7
< if args ="visible() ">
8
8
< text args ="address().prefix "> </ text > < text args ="address().firstname "> </ text > < text args ="address().middlename "> </ text >
9
9
< 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 >
10
13
< text args ="_.values(address().street).join(', ') "> </ text > < br />
11
14
< text args ="address().city "> </ text > , < span text ="address().region "> </ span > < text args ="address().postcode "> </ text > < br />
12
15
< text args ="getCountryName(address().countryId) "> </ text > < br />
You can’t perform that action at this time.
0 commit comments