из модулей вот такие есть:
https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=33931
https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=36432&filter_member=deepvision
из решений вот такие есть:
https://forum.opencart.com/viewtopic.php?t=159267
https://isenselabs.com/posts/how-to-display-percentage-difference-on-specials-in-opencart
let activeRoute = route.getActiveRoute();
let distance =activeRoute.properties.get("distance")
let distance_km = Math.round(distance.value / 1000)
})
Это куда нужно было вставить?
в onOptionsChange?