ForgottenMindset Posted July 9, 2011 Share Posted July 9, 2011 Hi, if anyone here has used wordpress, you know that when you add a picture to a post (or product), you open up the image or media library so that you don't have to re-upload the same picture tons of times and waste a lot of space on your server. Also making WAY too many image download requests treating them as totally different images, when it's all just the same one (making caching inefficient).Anyway the whole thing is really fine for a regular store where every product has a unique image, but for my online music store, for the image I reuse just a few different types of logos for product images (CD logo for all sound tracks, One Album Art logo for several songs.. etc.). It's really stupid that I have to re-upload the same image for each product which is over 100. I use the csv import to know what file to upload, but it's still making hundreds of images that are exactly the same.Is there a simple way to re-use the same image for the product image of several products? Link to comment Share on other sites More sharing options...
SED Web Posted November 22, 2019 Share Posted November 22, 2019 LATE 2019 here. No news. 😒 Link to comment Share on other sites More sharing options...
tuk66 Posted November 24, 2019 Share Posted November 24, 2019 It is a quite rare requirement. Anyway, I did this once by adding parent-child links to products and loading images from the parent product. In this particular case, this reduced the space required for images from 40 GB to 1 GB. Link to comment Share on other sites More sharing options...
SED Web Posted November 27, 2019 Share Posted November 27, 2019 On 11/24/2019 at 10:23 AM, tuk66 said: It is a quite rare requirement. Anyway, I did this once by adding parent-child links to products and loading images from the parent product. In this particular case, this reduced the space required for images from 40 GB to 1 GB. That's really huge! Thanks for sharing tuk66. What do you mean when you say "parent-child links"? Link to comment Share on other sites More sharing options...
tuk66 Posted November 27, 2019 Share Posted November 27, 2019 I have many of the same products copied in different categories (due to separate inventory at different "branches"). So one product is a parent and has many children. The images are stored only for parents. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now