Hi!
So, my question is whether we can make the following functionality available through commerce_file eventually.
Some background:
The site I'm envisioning is a photographers store, selling digital images
* i want to be able to upload/import masses of images using the media module(and mediabrowserplus)
* then turn those images into products (using commerce_feeds and vbo)
* i want to use the real file to generate a display image (what used to be called imagecache, a media_file_styles generated image is what i mean) instead of requiring duplicate uploads
*
what i envision commerce_file to supply is a config page which lets you pick a media_reference_field on product types (like exif module is attempting) and use that to issue licenses and manage download access
Or will development definitely go another direction? (i can see that this might be specific only to images, and not to other types of digital products)
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | commerce_file.txt | 3.32 KB | drupallerina |
| #2 | commerce_file.txt | 3.32 KB | drupallerina |
Comments
Comment #1
recrit commentedthis is along the lines of our idea that is floating around... decouple this into a license module and a submodule of file license that would be file field specific. I plan on investigating this in the near future. This would lead into a more of licensing entities of which could be controlled on number of accesses, ie instead of downloads.
Comment #2
drupallerinaFor now I have to take the feeds workaround using an additional commerce_feeds mapper for mapping existing mediafiles to commerce_file fields.
Comment #3
drupallerinasomething went wrong with my attachment... let me try this again
Comment #4
thill_ commentedComment #5
thill_ commentedComment #6
pcambraShall we include feeds support in commerce file or have all this stuff in commerce feeds module? see #1249114: Add Commerce File field mapping
Comment #7
discipolo commenteddefinetly in commerce_feeds. i am still trying to figure out how to map files that are already in the database to commerce_fields using their fileID but i keep creating duplicates. hope i will have a patch ready soon
Comment #8
d3vo commentedI have been trying to use this patch but I am running into a hangup when it comes to the file upload or mapping. I am not sure what the destination needs to be in the csv file for the file mapping. Do I use a full http://link_to_original_file or /sites/default/private/file or just a filename.zip? I have tried all different ways but get several different errors for each way. A little insight would be helpful.
Comment #9
discipolo commentedi think this one needs a file ID
if you want to use the path check this one http://drupal.org/node/1249114
Comment #10
recrit commentedInitial feeds integration committed per http://drupalcode.org/project/commerce_file.git/commit/6460bd9 and http://drupalcode.org/project/commerce_file.git/commit/54aed20
Feeds Targets provided:
Comment #12
donbon commentedAs a drupal newbie, I had to find out these things through trial and error I thought I'd mention some things here. Make sure to import duration and type.
Some important notes on these values: