Please Log in or Create an account to join the conversation.
derekkoopowitz wrote: Is there any way to find out what changes/bug fixes/enhancements are in each nightly build?
I stopped using CBSubs 3 because it was so buggy and I had hoped that v4 would fix all the bugs - it hasn't. I really would like to use CBSubs since it should integrate directly with CB (we've created a number of new fields with CB) to handle our yearly memberships - however, I'm being hamstrung because the CB actions aren't updating the CB fields as they should and the SQL actions aren't working either (in lieu of CB actions not working, I tried to use the SQL actions instead - neither work).
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
derekkoopowitz wrote: Nick,
I've been running 4.01 in a test environment for a while now (actually I've been running 4.0 since it was released as a RC) and I'm having these issues I mentioned above. I resubscribed to CBSubs in hopes that the bugs that existed in 3.0 would be fixed and although some are, there are still several that remain - chief of which are the fact that the CB actions and SQL actions don't work as advertised.
I've imported users and found that the CB actions don't work in populating certain CB fields and then even after running tests of joining/paying the same fields aren't being updated either... the same goes for SQL actions.
I've posted messages about both these issues and unless these are fixed then I believe that I wasted my organizations money in re-subscribing to CBSubs. I've stopped testing now because I honestly don't have time to apply every single nightly release in hopes that these get fixed - it would be nice to get something with each nightly package that shows the changelog and then I could choose to ignore it or install it.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Believe the date substitution will be formatted. Please ensure you're adding the date to a text field and not a date field.1. When a user subscribes to a plan there are 2 custom CB fields that are supposed to be updated using the CB Fields integration plugin - the 1st is a member status field (which does get updated) and the 2nd is an expiration date field which is supposed to populate with the subscription expiry date - this action does NOT work - see the screen shot below.
Do not do direct database queries to modify usergroups. It's significantly more involved than that and requires PHP. If you need multiple usergroup additions I recommend using CB Auto Actions with the below usage.2. I have a need to update add an additional group to a user when they purchase a membership - we have one group added with a plan called "Members" but there is another group I'd like to add called "Judge Seminar". This "Judge Seminar" group gives the user access to an area of the site where they can download specific materials. All members that sign up for a plan automatically get the "Member" and "Judge Seminar" groups - however, we also allow users to just pay for "Judge Seminar" access without having to purchase a membership - this is only valid for 1 year. I will create a specific plan just for that (easy enough). However, since CB Subs only allows a plan to upgrade a user to one group only, I thought that running a SQL actions script to automatically add the new group to the user when they purchase a membership would be the best approach. I've tested the script and I know it works just fine outside of CB Subs, but when the SQL Action is run (I really don't know if it is or not), the new group does not show up for the user. The SQL Action screen shot is below:
Sounds like PayPal wasn't configured correctly. Either PDT isn't working or IPNs are never sending. Please review the CBSubs documentation carefully in addition to the instructions provided in the parameter descriptions.2. I've also tried with test users to subscribe from the front-end and I tried with the Paypal sandbox and for some reason Paypal sandbox is not authorizing the payment - it is accepting it but putting it into hold status. I can manually go into Paypal and approve the payment but I thought that the Sandbox would automatically do this for me. I then decided to do away with the Sandbox and to try the Dummy Payment gateway - this won't work either - I click on the credit card logo (Visa, MC, etc.) and the system just waits - I never get back a response letting me know that the payment was "accepted".
Please Log in or Create an account to join the conversation.