cancel
Showing results for 
Search instead for 
Did you mean: 

Re-arrange shipping address fields - 2.3.5

Re-arrange shipping address fields - 2.3.5

I want to re arrange the position of City State Country on checkout address and Customer account page
Position will be like
Street Details,
Country
State
City


Also, I want to Remove ZIP/Code. Please give instructions to support with 2.3.5-p1

2 REPLIES 2

Re: Re-arrange shipping address fields - 2.3.5

Hello @gkarthick87 

 

Check this blog, it has explained very well that how you can re-order your shipping input fields.

NOTE : Make sure you run this command manually after doing changes rm -rf pub/static/*

 

https://inchoo.net/magento-2/frontend/reorder-input-fields-shipping-billing-step-magento-2/

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Re-arrange shipping address fields - 2.3.5

Hi @gkarthick87 

 

You need to override below js with your custom module:

vendor/magento/module-checkout/view/frontend/web/js/view/shipping.js

This JS file use to show shipping information with checkout page.

It may help!
Problem Solved? Please Accept as Solution!

Problem solved? Click Accept as Solution!