cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.2.6 Move Payment Address to Shipping Tab

Magento 2.2.6 Move Payment Address to Shipping Tab

Hi,

I search the web for way to move the Payment Address on the shipping Tab.

I try different ways by overwrite the shipping template and do some LayoutProcessor Stuff.

 

<item name="shipping-step" xsi:type="array">
<item name="children" xsi:type="array">
<item name="shippingAddress" xsi:type="array">
<item name="config" xsi:type="array">
<item name="template" xsi:type="string">Foo_Checkout/address</item>
</item>
</item>
</item>
</item>

 But nothing works.

Do anyone have a idea, how to manage this?

 

Best regards

Andre