Use lowest region price for overlapping regions

By default, when drawn Shipping Regions, also known as Zones overlap, LPAC will automatically use the cost of the highest Region as the shipping cost.

You can override this behaviour using the snippet below:

PHP
add_filter('lpac_use_highest_region_cost', '__return_false');