Jeff Sherk
Forum Replies Created
-
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Webhooks failingYes there is still issue…
To recreate you need to do the following…
Setup both a LIVE webhook and TEST webhook in Stripe that goes to /?wc-api=wc_stripe
Setup all the credentials in payment settings of wc stripe gateway, for both live and test api keys and the live and test whsec_ signing secrets.
Put wc stripe gateway in Test Mode Enabled.
Now when another program/app that is using Stripe (and is LIVE) triggers a webhook, like say charge.succeeded, the wc stripe gateway returns a webhook FAILED.
The wc stripe gateway webhook needs to return a SUCCESS from both the Live and the Test webhooks, even when its in test mode.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Webhooks failingOkay after further investigation, it has nothing to do with signing secret…
The problem is TEST MODE.
When Test Mode is enabled, any webhooks sent from other LIVE apps using Stripe, will FAIL.
So regardless of whether WC Stripe Gateway is in Live mode or Test mode, it should still return a SUCCESS for any webhooks received.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] BUG in stripe webhooksOkay after further investigation, it has nothing to do with signing secret…
The problem is TEST MODE.
When Test Mode is enabled, any webhooks sent from other LIVE apps using Stripe, will FAIL.
So regardless of whether WC Stripe Gateway is in Live mode or Test mode, it should still return a SUCCESS for any webhooks received.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Webhooks failingFurther info…
Webhooks succeed when I actually make the purchase on woocommerce using the woocommerce stripe gateway.
However I have other platforms that use Stripe as well and they also use the same hooks as WC Stripe Gateway.
So the problem is that when the Webhook Signing Secret does not match, WC Stripe Gateway is incorrectly returning a FAILED code, when in reality it should (1) ignore the webhook, and (2) return a SUCCESS code (400).
If WC Stripe Gateway is the only webhook, then this bug does not show up because it will only be receiving webhooks with the correct signing secret. However add other webhooks to other apps that are also using stripe, and this is a HUGE bug.
Forum: Plugins
In reply to: [Auto Login New User After Registration] Confirmation emailWhen I register on your site, it asks me for a Username and Email address (but NOT a password).
I then get redirected here:
https://www.nursingprofessor.com/courses/from-procrastination-to-hallucination-powerful-effects-of-estrogen-on-the-brainI then get an email asking me to “To set your password, visit the following address:” … this is NOT asking them to set it again, as they have never set it.
And this is also normal WordPress behavior… nothing to do with my pluigin. This is correct behavior because once the user logs out, they would not be able to login because the initial registration form does NOT ask for a password, only username and email.
The only thing my plugin is doing here, is redirecting the user to the courses page you specified. The email request for password (and the links generated in it) are all completely WordPress core functions and nothing to do with my plugin.
That all said, there are two other options in my plugin though, that you can consider…
ADD PASSWORD REQUEST TO REGISTER PAGE: Check to ENABLE Password required fields on new user registration form.
If you check this option, then the new user will be asked to create their password when they sign up on the registration page. The downside to this, is that they will still receive an email that asks them to SET their password.CHANGE “SET PASSWORD” TO “CHANGE PASSWORD”: Check to change the text in new users welcome email from “set your password” to “change your password”.
If you check this option, then (for English only) it will change the wording in the email from “set your password” to “change your password”.Hope this helps
Forum: Plugins
In reply to: [Auto Login New User After Registration] Redirection Isn’t Working@nursingprof Can you be more specific on what you did?
You said you unchecked a box… what box?
Was it a a Learn Dash option or an option from this plugin?
Forum: Plugins
In reply to: [Auto Login New User After Registration] Redirection Isn’t WorkingSo thats three of you reporting same issue, but I can not reproduce, which makes it hard to figure out where the problem is.
If everybody can try these steps for me…
STEP 1
Set the redirect box toempty/blankand click SAVE.
Register a new user.
Where does it go? It should go here:/wp-login.php?checkemail=registered
and be back at the login screen with the username filled in, asking for the password.STEP 2
Create a new page on your site, something liketest-page
Set the reirect box to/test-pageand click SAVE.
Register a new user.
Where does it go? It should go here: /test-pageLet me know what happens
Forum: Plugins
In reply to: [Auto Login New User After Registration] Redirection Isn’t Working@tosunkaya I have tested and can not reproduce the issue at all.
Try creating a new page on your site called test-page (so it would be at https://yourdomain.com/test-page)
and then put the following in the redirect box:
/test-pagePut only the above (do not include your domain).
Does this redirect work?
Forum: Plugins
In reply to: [Book a Room] Show room bookings on calendarOh, is the problem possibly because I have not entered any database information in the settings page of the Book a Room Event Calendar plugin?
This is a little bit confusing because the Book A Room plugin has all its settings on the top level (including Event Settings), but the Book a Room Event Calendar plugin has a seperate settings page (also called Event Settings) hiding in the settings menu.