Skip to Content Skip to Menu

Questions on CBSubs -Gateway and AcyMailing

2 days 4 hours ago #340410 by STUCKSHUTTER
Questions on CBSubs -Gateway and AcyMailing was created by STUCKSHUTTER
It looks like we'll need to add CBSubs to our CB site based on what you have told us so far and going back and reviewing the issues we'll have if we do not change.

I have two questions that perhaps you can answer that will help us make the decision.

1. The documentation does not indicate STRIPE is an available gateway for recurring subscriptions. However, there are responses that indicate that it is available.  Can we use Stripe for recurring transactions?

2. The AcyMailing plugin could be very useful to us.  We have two questions about its functionality. a) Are the LISTS shown in the AcyMailiing tab dynamically populated so all lists are shown? We create a lot of Lists and remove others frequently is why we ask. b) On plan deactivation, does the "remove" option delete the AcyMailing list and the associate list of users?  (We don't want to have the email subscribers left on our system once the list has been deactivated is why we ask.)

Thank you for whatever information you can pass on to us.


 

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48855
  • Thanks: 8347
  • Karma: 1449
8 hours 49 minutes ago #340419 by krileon
Replied by krileon on topic Questions on CBSubs -Gateway and AcyMailing

1. The documentation does not indicate STRIPE is an available gateway for recurring subscriptions. However, there are responses that indicate that it is available. Can we use Stripe for recurring transactions?

Stripe is available. All available payment gateways are listed on the CBSubs page below.

www.joomlapolis.com/addons/cb-paid-subscriptions

2. The AcyMailing plugin could be very useful to us. We have two questions about its functionality. a) Are the LISTS shown in the AcyMailiing tab dynamically populated so all lists are shown? We create a lot of Lists and remove others frequently is why we ask. b) On plan deactivation, does the "remove" option delete the AcyMailing list and the associate list of users? (We don't want to have the email subscribers left on our system once the list has been deactivated is why we ask.)

Unless you're editing and saving your plans constantly the list ids will be saved and checked for during subscription, but AcyMailing won't subscribe them to lists that aren't available. I believe AcyMailing removes the subscribers when the list is removed as well. So this should work fine.

If you need something to be highly dynamic you may need to use CB Auto Actions for this, which can act on CBSubs subscription triggers in the same way the CBSubs integrations do so custom behavior on subscription change for basically anything you want is at your fingertips.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

8 hours 36 minutes ago #340420 by STUCKSHUTTER
Replied by STUCKSHUTTER on topic Questions on CBSubs -Gateway and AcyMailing
Thanks Krileon, your advice and thorough responses have convinced me we need to be using CBSubs.
I'm going there now to update our package.
Much appreciated!
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48855
  • Thanks: 8347
  • Karma: 1449
5 hours 26 minutes ago #340428 by krileon
Replied by krileon on topic Questions on CBSubs -Gateway and AcyMailing
Awesome, glad to hear it! If you do end up needing to use CB Auto Actions for custom subscription status behavior the below will get you started.

Plan Active
Global
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditions
Condition 1
Field: Custom > Value
Custom Value: [var3]
Operator: Equal To
Value: PLAN_ID_HERE
Condition 2
Field: Custom > Value
Custom Value: [var2]
Operator: Equal To
Value: A

Plan Expired
Global
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditions
Condition 1
Field: Custom > Value
Custom Value: [var3]
Operator: Equal To
Value: PLAN_ID_HERE
Condition 2
Field: Custom > Value
Custom Value: [var2]
Operator: Not Equal To
Value: A

Simply replace PLAN_ID_HERE with the ID of the plan you want to act on and you're good to go. You can do pretty much whatever you like from here. Run custom queries, run custom PHP, use any of the many included action types, etc.. We've very few hard limits throughout our plugins as we provide A LOT of triggers to act on for inserting custom logic cleanly.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum