Gallery

Permalink
Hi,
I want make a site to sell photos.
Users can register, upload photos and sell each photo.
Like flickr, but to sell photos

This is what i need:
When the user upload some photos, he pays via paypal each photo; example: he choose 10 photos to upload - 5 with size "M" and 5 size "L". the size "M" photos cost 1€ and size "L" 2 €, so, he pays 15€ via paypal, and then, the upload is resumed.

On the member page, the user can set the amount of money he want to sell each photo.

I think the rest, i can do it myself, i hope...

 
dsdev replied on at Permalink Reply
Cost prohibitive way, but time consuming to set up:
- use the core commerce with the digital downloads. Create a different product for each size and assign the digital download to the product, then on the front end, on the photo page, set the displayer to all the products within that set (can do in the core commerce).

Easier way, but cost associated with it:
- develop an addon for the core commerce that allows you to associate the different versions to one product, and if chosen upon successful purchase would then get access to whatever they had purchased. This would cost around $2000.00 to build.
dsdev replied on at Permalink Reply
Sorry, misread this. I was basing this strictly on a user viewing and downloading variations of photos. Not another user type that would also be able to create an account, upload photos and sell their own photos via a website. I am not sure if that is what you want though?