Please Log in or Create an account to join the conversation.
You'd just create a new subscription plan and set its duration to 1 year. Plans default to single payments only.I'd like that any user can buy my subscription, without any auto-renew, and this subscription is valid for a period of 365 day since he pays, just this.
Configuring automated payments contradicts what you've just said above so I'm unsure what you're needing at this point. Mass expiration method depends on how you want to expire users. You can have subscription expiration's trigger from backend access, frontend access, or a CRON task. My recommendation is set "Mass expire subscriptions method" to "Cron task and admin access (100 max/page) " then setup a CRON task to run a wget call on "Url of cron task".So how I need to configure:
Mass expire subscriptions method
Automated payments
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
As explained in my previous reply just create a subscription with a 1 year duration. That's all you'll need to do to have a subscription that lasts for 365 days and does not auto renew.I want to do the first thing I say, but to have only that I'd like to know how I've to leave the second options to avoid problems.
Set it to use CRON then configure a CRON Task at your webhost to do a wget call to the URL supplied in CBSubs > Settings > Global otherwise leave it to trigger expirations on backend access and be sure to visit backend once a day to trigger expirations (can also be configured to trigger on frontend access). See the below for examples on how to call that URL from CRON. If you've no experience with CRON at all then contact your host as they may be able to help you.Can you explain, also, with an example what are needed the Automation setinngs frame? To do what?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.