You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently EcommerceOrderProductMapper in getImageUrlFromPathAndChannel() method returns almost hardcoded path to the mages, what neither work with remote storages nor with non-standard (media/image/...) local paths.
I propose to use liip_imgine's CacheManager's getBrowserPath(...) method to generate the URLs. Would be good to add preferred filter name to the mapping configs in this case too. As a result, this will generate valid image URLs and it will give control over dimensions of AC synced images.
I'm adding this to the project I'm working now. Is it something what needs PR?
The text was updated successfully, but these errors were encountered:
Currently EcommerceOrderProductMapper in getImageUrlFromPathAndChannel() method returns almost hardcoded path to the mages, what neither work with remote storages nor with non-standard (media/image/...) local paths.
I propose to use liip_imgine's CacheManager's getBrowserPath(...) method to generate the URLs. Would be good to add preferred filter name to the mapping configs in this case too. As a result, this will generate valid image URLs and it will give control over dimensions of AC synced images.
I'm adding this to the project I'm working now. Is it something what needs PR?
The text was updated successfully, but these errors were encountered: