Hello all,
We’ve had our store for a while and recently decided to add many more products. To simplify, we just created a generic image, saved it, then added the same link to all of the products we were uploading.
To our surprise, Shopify has an algorithm that creates separate image files for each product uploaded, even though we already included the link to the one file. This maxed out our storage, which means we’re unable to continue improving our site.
This makes no sense and Shopify customer service was of no help at all. Does anyone know a workaround?
Thanks,
Ricardo
Hi @rsolorzano
This would be expected behavior as the api fetches external images it doesn’t do comparison of the urls and can’t do comparison of media file contents.
So it treats every instance as unique since different products having different images is the most common reasonable behavior on platform with millions of merchant. So the import process wont make a single image.
It is possible to upload a single image to the admin files then manually select it as media for a product for any number of products.
Not sure of the CSV import behavior though if you were to just copy the CDN url for that image and put it in for every product in the CSV
, or setup one product manually in the admin with that image > THEN export that to CSV, and check and copy the image url.
This maxed out our storage, which means we’re unable to continue improving our site.
This shouldn’t max out the storage for a shopify store as plans get tens of gigabytes, the image filesize would have to be unoptimized being excessively large in itself, or your running tens or hundreds of thousands of products
If this is for the online-sales channel needing specific placeholder content:
If you need theme customizations for this then contact me for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
it is possible to upload a single image to the admin files then manually select it as media for a product for any number of products.<<
Can you explain that futher? I currently have about 600 (of the same) color charts used on just about every product. This creates havoc when trying to find an image to use for an email or anything else for that matter (and most places where you need to input an image doesnt’ have a search feature)
How can I use this color chart as an alternate image for most/all products without having a duplicate image (with tailing string.jpg) and get rid of all those duplicates out of my cdn/files?