Hi,
Have anyone extended or added additional functionality to the ProductService class in v1.9. I am trying to figure out what would be the correct approach. I want to be able to put a cap on Product Images. I know what has to be done...I tested within the ProductPictures.ascs and all works, however, I want to make use of some settings in the SettingsManager and that can only be done in the BusinessLogic section.

So I was going to extend InsertProductPicture(ProductPicture productPicture) in the ProductService class, however, I would perfer not to touch the original to avoid breaking anything during a future upgrade. Is there an alternative solution to extend InsertProductPicture(ProductPicture productPicture) without touching the original?