walking mode Home › WPAli Support Forums › Shipping Rate by Distance › walking mode This topic has 3 replies, 1 voice, and was last updated 4 years, 7 months ago by Ali Khallad. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 26, 2020 at 5:06 pm #8772 Ali KhalladKeymaster Hi there is a way to change the calculation mode to walking instead driving? Maybe it can be a light and useful improvement in the backend Anyway great work! thanks April 26, 2020 at 5:17 pm #8773 Ali KhalladKeymaster Hello, it’s possible but we have not added a filter to allow for this change, I can add a filter and send you a snippet that you can add to your functions.php if that works for you? April 26, 2020 at 5:36 pm #8774 Ali KhalladKeymaster It would be great thank you very much April 27, 2020 at 12:36 pm #8775 Ali KhalladKeymaster Please download the latest version 1.0.8 and add this code to your child theme functions.php add_filter('wpali_distance_calculating_mode', 'change_wpali_distance_calculating_mode'); function change_wpali_distance_calculating_mode(){ return 'walking'; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In