• Hello,

    On a website I have 4 video tutorials to sell (streaming videos from s3 Amazon).
    I want to sell each video (each page) separately and 4 videos as a package.

    I have two options to use:
    1. Custom Capabilities
    2. Specific Post/Page Access Restrictions

    I’ve tried with Custom Capabilities but I have a problem:
    If someone buys 1 video how will he knows where’s it? Is it possible to give sb who makes payment such a link in email or in profile?

    I know I can use Specific Page Restrictions functionality but than I have another problem: buyers will not register. And I want them to register…

    Do you know how to solve this? What option should I use?

    https://wordpress.org/plugins/s2member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi snecz,

    you can use custom capabilities. Set up so that when they register, they go to a welcome page.

    One the welcome page, you can use
    [s2If current_user_can(access_s2member_ccap_video1)]video 1 – Video 1 .[/s2If]
    [s2If current_user_can(access_s2member_ccap_video2)]video 2 – Video 2 .[/s2If]

    If the member paid for video1, he will only see the link to video 1 and not video 2. The links above will link to individual pages where your video is embedded.
    etc.

    Hope it helps. Let me know if you need help

    Thread Starter snecz

    (@snecz)

    Thanks trinity3. I’ve used Specific Page Restrictions functionality so far and working good even there’s no registration process. I’ll get back to your solution if I’d like to use Custom Capabilities.

    You may put the link to the restricted pages to be visible by members at Level0 and up (by conditions) – means, user must be logged (thus, have account) to purchase it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Selling online tutorials’ is closed to new replies.