VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: jaminv on June 28, 2016, 17:52:36 PM

Title: Same Media Files for Multiple Products
Post by: jaminv on June 28, 2016, 17:52:36 PM
I'd like to know if there's a way to set up the same media file for multiple products.  We have a situation where one installation document might cover many different products.  If this document is updated, we'd like to avoid having to update 50+ products and possibly missing some.  I was wondering if there was a way to link a single media file to multiple products such than updating it updates all associated products.
Title: Re: Same Media Files for Multiple Products
Post by: AH on June 28, 2016, 18:23:08 PM
You can use a customfield to do such a thing
Title: Re: Same Media Files for Multiple Products
Post by: jaminv on June 28, 2016, 18:42:12 PM
That would leave no direct means to upload the file itself.

I was thinking of doing exactly this, adding a small amount of custom code to handle file upload/manipulation, but my boss would prefer that I avoid custom code if at all possible.
Title: Re: Same Media Files for Multiple Products
Post by: AH on June 28, 2016, 19:00:54 PM
QuoteThat would leave no direct means to upload the file itself.

Just upload it as a media file
Title: Re: Same Media Files for Multiple Products
Post by: jaminv on June 28, 2016, 19:27:56 PM
I need something that's pretty user-friendly.  Adding product documents will be managed by our marketing department.

Based on your suggestions, I did find the plugin "VirtueMart attachment" (http://www.virtuemartattachment.com/), which may be a viable option.