|
7 | 7 | <div if="isAddressDetailsVisible() && currentBillingAddress()" class="billing-address-details"> |
8 | 8 | <text args="currentBillingAddress().prefix"></text> <text args="currentBillingAddress().firstname"></text> |
9 | 9 | <text args="currentBillingAddress().middlename"></text> |
10 | | - <text args="currentBillingAddress().lastname"></text> <text args="currentBillingAddress().suffix"></text><br/> |
| 10 | + <text args="currentBillingAddress().lastname"></text> <text args="currentBillingAddress().suffix"></text><br> |
11 | 11 | <if args="currentBillingAddress().company"> |
12 | | - <text args="currentBillingAddress().company"></text><br/> |
| 12 | + <text args="currentBillingAddress().company"></text><br> |
13 | 13 | </if> |
14 | | - <text args="_.values(currentBillingAddress().street).join(', ')"></text><br/> |
| 14 | + <text args="_.values(currentBillingAddress().street).join(', ')"></text><br> |
15 | 15 | <text args="currentBillingAddress().city "></text>, <span text="currentBillingAddress().region"></span> |
16 | | - <text args="currentBillingAddress().postcode"></text><br/> |
17 | | - <text args="getCountryName(currentBillingAddress().countryId)"></text><br/> |
18 | | - <a if="currentBillingAddress().telephone" attr="'href': 'tel:' + currentBillingAddress().telephone" text="currentBillingAddress().telephone"></a><br/> |
| 16 | + <text args="currentBillingAddress().postcode"></text><br> |
| 17 | + <text args="getCountryName(currentBillingAddress().countryId)"></text><br> |
| 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/> |
| 20 | + VAT: <text args="currentBillingAddress().vatId"></text><br> |
21 | 21 | </if> |
22 | 22 | <each args="data: currentBillingAddress().customAttributes, as: 'element'"> |
23 | 23 | <text args="$parent.getCustomAttributeLabel(element)"></text> |
24 | | - <br/> |
| 24 | + <br> |
25 | 25 | </each> |
26 | 26 |
|
27 | 27 | <button visible="!isAddressSameAsShipping()" |
|
0 commit comments