In Magento 2.2.3 I need to show price range of products with custom options. For example if the base price is 10 and there are custom options for +0, +5 and +10, the price should be displayed as "10 - 20". I need this for the product view, category list, Related products, Recently viewed etc.
Where should I start looking? Should something like Magento 2 display configurable Price Range in product listing be possible?