cancel
Showing results for 
Search instead for 
Did you mean: 

Moving OPC Progress Bar in Magento 2

Moving OPC Progress Bar in Magento 2

Hi All,

 

After research and trying to understand the Knockout JS integration for the One Page Checkout, I understand that the one page checkout page is built up of child knockout js items with a parent node containing all JS components. And that it is possible to move those one page checkout components up and down easily (inside that parent) using <item name="sortOrder"> inside checkout_index_index xml. However would it be possible to move a component out side that jSLayout and possibly into its own layout? 

 

For example I'd like to move the one page checkout progress-bar into the checkout header or into its own block/container.

 

Any help would be greatly appreciated!