2 replies [Last post]
palik's picture
Offline
Joined: 01/16/2009
Juice: 10

hello

i'm trying to make a site, where i can sell some videos/screencasts/materials - e.g. drupal tutorials, and have a LOT of questions Smiling

my site should be something like http://lynda.com but in polish Smiling

do you suggest any contrib module for me for a quicker start?

i have some ideas - e.g. setting some nodes visible for 'premium' role, and then selling product called 'access to premium content', but how to sell some nodes separately (e.g. even if you're premium, you have to buy 'photoshop master tutorial' for 20$)?

any ideas how to adapt drupal/ubercart for selling it like lynda.com does?

sphism's picture
Offline
Bug Finder
Joined: 11/29/2007
Juice: 215
Re: site for selling video/screencast tutorial packages

Hello, just got your message.

I've not had time to work on that site yet but it's coming together slowly.

Selling a Role for a group of lessons is one way.

i'm pretty sure ryan made a module for selling access to individual nodes.

The problem i was having was that each video had a product and a role and it was all very messy.

You really just want a product content type, with all the content in it and a price. Then if you've paid for it you can view that node's full content, otherwise you just get a teaser.

So that would be a 'product feature' based on 'node access'

You can have people buy a premium role, and then issue a discount based on that role, discounts module does that i believe.

Keep in touch, i still need to figure this out too Smiling

matt

artatac's picture
Offline
Joined: 06/11/2009
Juice: 79
Re: site for selling video/screencast tutorial packages