File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Checkout/view/frontend/web/template
shipping-address/address-renderer Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
< div if ="isAddressDetailsVisible() && currentBillingAddress() " class ="billing-address-details ">
8
8
< text args ="currentBillingAddress().prefix "/> < text args ="currentBillingAddress().firstname "/> < text args ="currentBillingAddress().middlename "/>
9
9
< text args ="currentBillingAddress().lastname "/> < text args ="currentBillingAddress().suffix "/> < br />
10
+ < span if ="currentBillingAddress().company "> < span text ="currentBillingAddress().company "> </ span > < br > </ span >
10
11
< text args ="_.values(currentBillingAddress().street).join(', ') "/> < br />
11
12
< text args ="currentBillingAddress().city "/> , < span text ="currentBillingAddress().region "> </ span > < text args ="currentBillingAddress().postcode "/> < br />
12
13
< text args ="getCountryName(currentBillingAddress().countryId) "/> < 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 args ="address().firstname "/> < text args ="address().middlename "/>
9
9
< text args ="address().lastname "/> < text args ="address().suffix "/> < br />
10
+ < span if ="address().company "> < span text ="address().company "> </ span > < br /> </ span >
10
11
< text args ="_.values(address().street).join(', ') "/> < br />
11
12
< text args ="address().city "/> , < span text ="address().region "> </ span > < text args ="address().postcode "/> < br />
12
13
< text args ="getCountryName(address().countryId) "/> < br />
Original file line number Diff line number Diff line change 745
745
<virtualType name =" ShippingAddressAggregator" type =" Magento\Framework\DB\Sql\ConcatExpression" >
746
746
<arguments >
747
747
<argument name =" columns" xsi : type =" array" >
748
+ <item name =" company" xsi : type =" array" >
749
+ <item name =" tableAlias" xsi : type =" string" >sales_shipping_address</item >
750
+ <item name =" columnName" xsi : type =" string" >company</item >
751
+ </item >
748
752
<item name =" street" xsi : type =" array" >
749
753
<item name =" tableAlias" xsi : type =" string" >sales_shipping_address</item >
750
754
<item name =" columnName" xsi : type =" string" >street</item >
768
772
<virtualType name =" BillingAddressAggregator" type =" Magento\Framework\DB\Sql\ConcatExpression" >
769
773
<arguments >
770
774
<argument name =" columns" xsi : type =" array" >
775
+ <item name =" company" xsi : type =" array" >
776
+ <item name =" tableAlias" xsi : type =" string" >sales_billing_address</item >
777
+ <item name =" columnName" xsi : type =" string" >company</item >
778
+ </item >
771
779
<item name =" street" xsi : type =" array" >
772
780
<item name =" tableAlias" xsi : type =" string" >sales_billing_address</item >
773
781
<item name =" columnName" xsi : type =" string" >street</item >
You can’t perform that action at this time.
0 commit comments