|  | @@ -14,15 +14,6 @@ configuration:
 | 
	
		
			
				|  |  |    display_checkout_progress: true
 | 
	
		
			
				|  |  |    display_checkout_progress_breadcrumb_links: true
 | 
	
		
			
				|  |  |    panes:
 | 
	
		
			
				|  |  | -    email_registration_login:
 | 
	
		
			
				|  |  | -      allow_guest_checkout: true
 | 
	
		
			
				|  |  | -      allow_registration: false
 | 
	
		
			
				|  |  | -      step: _disabled
 | 
	
		
			
				|  |  | -      weight: 8
 | 
	
		
			
				|  |  | -    contact_information:
 | 
	
		
			
				|  |  | -      double_entry: false
 | 
	
		
			
				|  |  | -      step: order_information
 | 
	
		
			
				|  |  | -      weight: 0
 | 
	
		
			
				|  |  |      payment_information:
 | 
	
		
			
				|  |  |        step: order_information
 | 
	
		
			
				|  |  |        weight: 1
 | 
	
	
		
			
				|  | @@ -51,6 +42,11 @@ configuration:
 | 
	
		
			
				|  |  |        allow_multiple: false
 | 
	
		
			
				|  |  |        step: _sidebar
 | 
	
		
			
				|  |  |        weight: 7
 | 
	
		
			
				|  |  | +    email_registration_login:
 | 
	
		
			
				|  |  | +      allow_guest_checkout: true
 | 
	
		
			
				|  |  | +      allow_registration: false
 | 
	
		
			
				|  |  | +      step: _disabled
 | 
	
		
			
				|  |  | +      weight: 8
 | 
	
		
			
				|  |  |      email_registration_completion_registration:
 | 
	
		
			
				|  |  |        step: _disabled
 | 
	
		
			
				|  |  |        weight: 9
 | 
	
	
		
			
				|  | @@ -62,3 +58,9 @@ configuration:
 | 
	
		
			
				|  |  |        allow_registration: false
 | 
	
		
			
				|  |  |        step: _disabled
 | 
	
		
			
				|  |  |        weight: 11
 | 
	
		
			
				|  |  | +    contact_information:
 | 
	
		
			
				|  |  | +      double_entry: false
 | 
	
		
			
				|  |  | +      step: order_information
 | 
	
		
			
				|  |  | +      weight: 0
 | 
	
		
			
				|  |  | +      allow_guest_checkout: true
 | 
	
		
			
				|  |  | +      allow_registration: false
 |