开发者

How can I reuse the uploaded images in Magento for another product?

Using Magento, is there a way to reuse the uploaded image for a product so that I can assign开发者_如何学编程 the same image to a different product?


You could assign the same image to the file using the export import. But this only works well if you are using one image. What you could do is export your products, set the image to be the same file on them all and reimport. That would set the image to be the same file.


Since the values are ultimately just stored as string paths in the database, the solution to this would center around changing that database value rather than using the Magento uploader (since we know that will duplicate the image).


There's a magento extension extension that makes this very easy

http://magvana.com/reuse-images-extension/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜