Hello,

I sponsored a developer and I think that I have a stable release of mp_product module. Please test and let's see if we find any issues. So far, it works for me.

CommentFileSizeAuthor
#2 mp_file.zip5.74 KBiexile
ubercart_marketplace.zip61.04 KBiexile

Comments

jethrozs’s picture

I don't see any difference between the current dev release (2012-july-28) and the file you attached. Could you check that you uploaded the right file? Thanks...

iexile’s picture

Issue tags: +Ubercart, +market place file
StatusFileSize
new5.74 KB

ZachS,
Thanks for your reply. The change is in the mp_file module which was not ported to D7 acording to the MP module page.

We are still working on it because we found a couple of minor errors, one being the path generated in the email for the download that is sent to the buyer. It works if the buyer downloads the file from 'my account/files'

Thanks

jsidigital’s picture

Is there any documentation on how mp_file should be setup on Drupal 7?

Cant figure this out. Files seem to upload into sites/default/files folder which doesnt seem very secure to me. I read somewhere in drupal 6 version that file will get copied into a location outside of drupal root. However, nobody explains how this happens or how to set it up.

I have enabled it and have it working by users uploading into files folder. How then does this file get outsides of of drupal root for actual selling of downloads?

Also, i see this post is a bit old. Would you say this mp_file module is stable enough for use?

Thanx.

iexile’s picture

Issue summary: View changes

Hi jsidigital,

I use the module linked above on #2 on my site at www.photoexile.com. I didn't have any major issues yet but it does need a bit more development and it looks like this project is dead. I already spent some money on porting it but it got stuck at this point.

1kenthomas’s picture

The mp_file linked above seems to be the mp_file included in the current MP distro (diff shows only whitespace differences).

This mp_file code seems unaware of file API, as well as language-unaware. May work with stock public filesystem, doubt it will work for private files. Currently trying to patch for a client, to make work with latter.

Upon further inspection, code also seems unaware of uc_file_users and to do nothing to hook product purchase to update the uc_file_users table. As such, it seems unviable in many situations.

1kenthomas’s picture

@iexile:

Was anything modified except mp_file? Anything in mp_product?