• Resolved Jidy

    (@jidy)


    Hi,

    I am making a website to sell a download access Images size.
    I would like to sell subscription by year.
    This membership give rights to download the biggest size photo,
    but with a quota by day.
    Is it possible to do that with membership ?
    The good exemple is this website : http://www.cgtextures.com

    Do you have any solution or any tutorial video to do that easily ?

    Let me know if it s possible to do that.

    Thank you so much.

    https://wordpress.org/plugins/membership/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @jidy,

    Thanks for your question! 🙂

    That’s not currently possible “out of the box” with Membership. It’s something we’ll likely be looking to add in a future version.

    However, it would require custom work at this point to provide a download quota or per-user limits.

    Cheers,
    David

    Thread Starter Jidy

    (@jidy)

    Hi David,

    Thanks for your quick answer.
    Soon as you ll update “Membership” with this “out of the box”, contact me please.
    I am very interested by it.
    Could you help me please by giving me key words to find the good plugin temporarily about it ?

    Thank you for your help.

    Have a good week end.

    Kind regards,

    Thread Starter Jidy

    (@jidy)

    Hi David,

    sorry for my last question.
    It was not a professional question.
    My apologies for it.

    With “Membership”, is it possible to make a subscription to get access to download ?
    (without quota), just an access to download

    Let me kno if it s possible.

    Thank you so much again David and sorry for my last post.

    Hi @jidy,

    No worries about your previous question, unfortunately I don’t know of any plugin that provides download quotas at this point.

    As for Membership, it’s definitely possible to restrict access to downloads, using url masking. The options for that are available in at:

    Membership > Options > Downloads/Media

    Perhaps that will cover it for you for the moment?

    In case you’re interested too, our e-commerce plugin MarketPress can be used to sell downloads on a per-product basis.
    http://wordpress.org/plugins/wordpress-ecommerce/

    Cheers,
    David

    Thread Starter Jidy

    (@jidy)

    Hi David,

    Thank you for you helped me !
    I went to : option,download media. I understood that.

    I have a last question to understand your plugin Membership:

    – May I do anything (switch something,activate something…or anything else) in my only specials products (woocommerce) which are under subscription ?

    (Do you know if woocommerce is compatible with Membership?)

    Many thanks again !

    Hi @jidy,

    Membership is technically “compatible” with WooCommerce, but it doesn’t provide any integration options. If you’d like to provide special pricing based on Membership levels, it would likely require a bit of custom code.

    In case you’re interested, it’s actually quite easy from Membership’s standpoint. You can use the following function for example:
    current_user_on_level( $level_id )

    That would let you know if a member is on a particular level, and you could provide adjusted pricing from there. It’s just a matter of knowing where to tie into WooCommerce’s pricing function.

    Does that help? Or if you have other questions, please feel free to ask. 🙂

    Cheers,
    David

    Thread Starter Jidy

    (@jidy)

    Hi David,

    thanks for your help.

    it’s too bad to have to go through the code while WordPress wants easy access and especially visual.
    This is not my job and I really do not want to spend all my free time to write lines of code.
    If I wanted to write php code, I’d gone through dreamweaver.

    Nevermind, I’ll try to understand, but it’s really boring to have as complicated (to me :/). I have to go to “Plugins” -> “Editor” … and select the plugin “Membership” and edit the page only exists the “Membership.php”? isn t it ?

    Thank you for your patience

    Hi @jidy,

    Thanks for your reply. Code is only needed if the plugin doesn’t do what you want it to do “out of the box”.

    In this case, it doesn’t integrate with WooCommerce. But we’re actually working on integration with our own e-commerce plugin MarketPress.
    http://wordpress.org/plugins/wordpress-ecommerce/

    I can get you more specific code for that if you like.

    Also, no you wouldn’t need to edit the plugin’s code itself. You’d just need to tie into the plugin’s hooks.
    http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters

    Hope that helps. 🙂

    Cheers,
    David

    Hey there.

    We haven’t heard from you in awhile, so I just wanted to check in to make sure all was good.

    This thread was marked resolved, but please, if you still need help then just respond and open it back up. We can then take it from there. 🙂

    Hope you have a fantastic day!

    Thread Starter Jidy

    (@jidy)

    Hi,

    I need a plugin which work with woocommerce.
    More, I need an easy plugin to do what I m looking for.

    Unfortunately, yours should like too complicate to me.
    Because I have to Write any code and try to translate “action,filters” in your hooks plugin…

    I hate code:/ and script or anything to make a visual with writing …
    I think that I do not find yet the good plugin.

    Sorry, but thank you for your comeback.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @jidy,

    Thank you for your reply.

    Unfortunately currently the functionality you are looking for is not available in the plugin as the functionality is very specific so you have to develop custom code using plugin’s hooks to achieve the desired functionality.

    If you are not a programmer then you can consider hiring a developer from online job market to develop it for you.

    Have a great day!

    Cheers,

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Sell subscription to download images (with a quota download)’ is closed to new replies.