Hi,
I have the need to change the default price calculation method so instead of making changes over the actual class and method i want to extend it the most proper way.
What would it be?

Would "creating my custom class that inherits from PriceCalculationService and overriding the GetfinalPrice method" be enough?

thanks in advance