Change how Magento generates Product Image URLs

Hello!

We are working on a yet-to-be-launched Magento installation. We have roughly 19,000 products with images. We’re using the SIRV CDN to store images, and its extension to add functionality to the product details page. What’s great about this is that we can upload the image to SIRV and it automatically appears on the product details page without having to add it to the product in Magento. SIRV stores the images as https://mangerme.sirv.com/magento/products/{sku}/{sku}.jpg SIRV also creates a json file: https://mangerme.sirv.com/magento/products/01-010.view?info

The problem is, the extension does not override the images elsewhere (category, cart, upsell, etc.) Is there an extension out there that allows us to modify this by specifying a path pattern in the admin panel? If not, would this custom work be difficult?

Just FYI: Not expecting any code here, just fishing for some wisdom. Thanks in advance.

submitted by /u/Cowfire
[link] [comments]