As part of improving the speed of image-cut generation and delivery, we have updated the URL structure used for product image-cuts.
This change applies to all 2G and 3G templates and is controlled via UMS.
Update management preview key: images_with_query_params
The change is scheduled for release on June 24, 2026. If you are an addon developer, please review the changes described below now and adjust your addons accordingly. On the release date, these improvements will be rolled out to the majority of customers. E-shops using Deferred Template Updates will have time until July 8, 2026 to modify their customizations and accept the update.
You can preview the changes by running the command shoptet.helpers.enableUpdatePreview('images_with_query_params') in the browser console.
https://cdn.myshoptet.com/usr/fenix.myshoptet.com/user/shop/big/165_165-batmanuv-hrnek.jpg?59393c3a
https://cdn.myshoptet.com/usr/fenix.myshoptet.com/user/shop/big/165_165-batmanuv-hrnek.jpg?ff=1&x=1024&y=768&q=85&r=1&ts=59393c3a&sg=df3f0411
The new URL structure includes additional query parameters, such as the x and y dimensions and other settings. The URL is signed, which means custom parameters cannot be supplied or modified.
Since the requested image-cut configuration is now determined by the query parameters, the new solution no longer depends on the URL path segments such as big, related, etc.
Support for the original solution is still available. To use it, simply keep only the ts=... query parameter, for example:
https://cdn.myshoptet.com/usr/fenix.myshoptet.com/user/shop/big/165_165-batmanuv-hrnek.jpg?ts=59393c3a