I installed and configured the Ubercart Marketplace, they way it should be, at least I think I did. But there is a problem with the file field. As a seller if I want to upload a file, I can not because I don´t see the file upload field. In the seller menu you can edit the product and you can see the features field where you can also not upload a file but set a path, which is also useless.
I it probably a easy answer I am pretty new to drupal and this mod, that is just great. Even though it is not working correct for me right now :)
Comments
Comment #1
Turgrid commentedPlease ensure that you have installed the required CCK Module - http://drupal.org/project/filefield.
You must then edit the product content type and add a filefield field. See CCK Documentation on how to do this: http://drupal.org/node/162242
Remember the machine name you gave the field and enter that in seller settings section. This will help Marketplace recognize what field is being used for the purpose of attaching the download.
This whole approach is a cover for the product features system you have found that does not offer a place to upload. In addition, sellers should not be given the permission to edit product features (I think "administer product features"). Remember to also have mp_file enabled.
Comment #2
nextgate commentedOk, thanks that worked. I can add products and I can pay via paypal. The only problem is that the download files are not shown and I checked the folder which is in files/modfiles, the names of the files are not changed, so what happens if the same filename is added? Or should i use the private feature. But why are the files not shown ?
Comment #3
Turgrid commentedThe private feature should not be enabled. I am unsure what you are describing by "the files are not shown." Please describe.
Comment #4
nextgate commentedUsually the user who bought a file should be able to download the file after the payment is completed. I think the user should be able to download the files at myaccount -> files, or somewhere else.
Comment #5
Turgrid commentedThis sounds like an order status issue outside the realm of Ubercart Marketplace. See here for some details: http://drupal.org/node/336035#comment-1114887
File downloads are most often awarded on "payment received" order status. Make sure your order is being sent to this status and the file download is set to be attached to user when this occurs.
Comment #6
nextgate commentedAfter I payed via PP the order is set to "payment received", that is no problem. I did not change those settings, But the download link is not showing. If I edit my product and set the download file to "List" the link is shown and working at my product page. But I want the link to be shown after the status is "payment received".
Comment #7
Turgrid commented