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
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/
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!