SahilBhusane @Saurabh
I knew this issue (tested many times and 100% sure) and hope this will be fixed, please!
Steps to create this issue:
- At cart page, click "Update Address".
- At search-location page: type some address (temporarily call this Address 1), the page transfers to my-location page.
- At my-location page, click my current location button, the map will move the pin to user current location (temporarily call this Address 2)
- Click Save, the page transfers to cart page, you will see it calculates the distance of Address 1, NOT Address 2 (although it's showing Address 2)
To fix this, hide the current location button on the map page (my-location page) to prevent user from clicking this button (not a good method as we still need this button):
Go to settings > Custom CSS:
.current-location-btn-overmap {
display: none !important;
}