File tree Expand file tree Collapse file tree 3 files changed +9
-3
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
-3
lines changed Original file line number Diff line number Diff line change 16
16
< text args ="currentBillingAddress().postcode "> </ text > < br />
17
17
< text args ="getCountryName(currentBillingAddress().countryId) "> </ text > < br />
18
18
< a if ="currentBillingAddress().telephone " attr ="'href': 'tel:' + currentBillingAddress().telephone " text ="currentBillingAddress().telephone "> </ a > < br />
19
-
19
+ < if args ="currentBillingAddress().vatId ">
20
+ VAT: < text args ="currentBillingAddress().vatId "> </ text > < br />
21
+ </ if >
20
22
< each args ="data: currentBillingAddress().customAttributes, as: 'element' ">
21
23
< text args ="$parent.getCustomAttributeLabel(element) "> </ text >
22
24
< br />
Original file line number Diff line number Diff line change 14
14
< text args ="address().city "> </ text > , < span text ="address().region "> </ span > < text args ="address().postcode "> </ text > < br />
15
15
< text args ="getCountryName(address().countryId) "> </ text > < br />
16
16
< a if ="address().telephone " attr ="'href': 'tel:' + address().telephone " text ="address().telephone "> </ a > < br />
17
-
17
+ < if args ="address().vatId ">
18
+ VAT: < text args ="address().vatId "> </ text > < br />
19
+ </ if >
18
20
< each args ="data: address().customAttributes, as: 'element' ">
19
21
< text args ="$parent.getCustomAttributeLabel(element) "> </ text >
20
22
< br />
Original file line number Diff line number Diff line change 14
14
< text args ="address().city "> </ text > , < span text ="address().region "> </ span > < text args ="address().postcode "> </ text > < br />
15
15
< text args ="getCountryName(address().countryId) "> </ text > < br />
16
16
< a if ="address().telephone " attr ="'href': 'tel:' + address().telephone " text ="address().telephone "> </ a > < br />
17
-
17
+ < if args ="address().vatId ">
18
+ VAT: < text args ="address().vatId "> </ text > < br />
19
+ </ if >
18
20
< each args ="data: address().customAttributes, as: 'element' ">
19
21
< text args ="$parent.getCustomAttributeLabel(element) "> </ text >
20
22
< br />
You can’t perform that action at this time.
0 commit comments