Frank B.
Forum Replies Created
-
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Redirect to Specific PageThank you so much for your clarification and reference links. This will help out tremendously!
Best,
Frank
Forum: Plugins
In reply to: [WooCommerce] Redirect to Specific PageUnfortunately it does not work for me under my circumstances. I first tried redirecting from url.com/my-account/ and that didn’t do anything. Then I noticed WC placed “lost-password” after my-account but adding that to the redirect cause the link to immediately loop back to itself.
The previous gentleman who replied to my question in a previous thread said “I can hook into the WooCommerce password reset flow and change the redirection URL. WooCommerce has a filter for customizing the redirect after a password reset, which makes this relatively straightforward.”
Below was the code he provided but I’m not sure what he meant by “Replace this with your actual LearnPress profile URL structure.” If I want WC my-account to redirect to thedronecoach.com/lp-profile , how would I implement that into the code below?
add_filter( ‘woocommerce_login_redirect’, ‘custom_learnpress_password_reset_redirect’, 10, 2 );
function custom_learnpress_password_reset_redirect( $redirect, $user ) {
// Check if LearnPress is activated
if ( class_exists( ‘LearnPress’ ) ) {
// Replace this with your actual LearnPress profile URL structure
$learnpress_profile_url = site_url() . ‘/lp-profile/
return $learnpress_profile_url;
}
return $redirect;
}- This reply was modified 3 days, 23 hours ago by Frank B..
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Archives & Categories DisplayingThank you Brianvu-tp! Amazing support and assistance!
Forum: Plugins
In reply to: [WooCommerce] Custom Redirect for Resetting PasswordThis code did not work and caused a critical error.
Forum: Plugins
In reply to: [WooCommerce] No payment method is availableSo I deleted my Stripe account and deleted everything WooCommerce. I created a new Stripe account and installed all WooCommerce and related Stripe plugins and now purchases work.
The only thing I did additionally was follow this guy’s YouTube tutorial and specifically at 5.30 into the video, I added the endpoint and Charge events as he suggested.
https://www.youtube.com/watch?v=MNfxCPcQe_sI don’t remember doing that for my other website but regardless, my website is working well in test mode. What a crazy saga this has been. Gotta love it when Uranus is retrograde!
Forum: Plugins
In reply to: [WooCommerce] No payment method is availableHi,
Thanks again for responding. I have tried everything like this to no avail.
I believe the issue is with Stripe. Under the WC settings, webhooks shows 200’s connection and no fails but in Stripe Developers panel, it won’t get past Step 3 or 4. Stripe tech support is looking into the issue.
Forum: Plugins
In reply to: [WooCommerce] No payment method is availableOn my website that works, I only have one of these events under WooCommerce> Logs> woocommerce-gateway-stripe-2024-11-13. But in the non-working site, I see four. Just providing in case it can lead to the cause of my problems.
2024-11-13T01:09:18+00:00 Debug
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20
==== ====Start Log====
account
====End Log====
2024-11-13T03:37:55+00:00 Debug
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====
2024-11-13T03:38:10+00:00 Debug
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account ====End Log====
2024-11-13T03:38:11+00:00 Debug
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====Forum: Plugins
In reply to: [WooCommerce] No payment method is availableI just navigated to WooCommerce> Status> Scheduled Actions, and I found this under the Failed link. Not sure what this does, but is this perhaps the cause of the problem? Edit: I don’t know as I see five of the same failed reports in my working website.
action_scheduler/migration_hookFailedaction-scheduler-migrationNon-repeating2024-11-12 16:47:23 +0000
(10 hours 56 minutes ago)- 2024-11-12 16:46:23 +0000
action created - 2024-11-12 16:47:36 +0000
action started via Async Request - 2024-11-12 16:47:36 +0000
action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.
- This reply was modified 1 week, 2 days ago by Frank B..
Forum: Plugins
In reply to: [WooCommerce] No payment method is availableHi,
I already tried those steps and it didn’t help. I also deleted everything, including the Stripe account, and I let WooCommerce make the connection and create the account. That didn’t help.
All the while, I only use the WC shortcode on both websites.
I filed an escalated support ticket with Stripe as to me, this seems to be a Stripe issue. I found someone having a similar issue where they titled the support ticket: “Stripe reports a 200 code with no failed connections.” That seems to be what’s going on.
I looked at all of the connections settings on the working website and compared them to the non-working site and all of the connections are the same.
It seems that until Stripe helps remedy the problem, I will continue to see the No Payment Method.
Thanks for your follow up.
Forum: Plugins
In reply to: [WooCommerce] No payment method is availableHi,
I only sell an online learning materials, no downloads or shipping. So I have my shipping turned off, no shipping, which is the same as my website thedronecoach.io – which is working fine.
There’s no endpoints on either of my websites at the location mentioned. Both websites, both working and non-working, have Pay: order-pay, Order received: order-received, etc. The site that works is set up the same way. That’s what’s really odd… the website that works (thedronecoach.io) is set up the same as thedronecoach.com, only thedronecoach.com has the “No payment method available. Your cart is currently empty.” And I’m getting “No webhooks” report yet the setup was successful.
I’m thinking about deleting the Stripe account and starting from scratch as I’m thinking the issue is with Stripe.
Here’s the reports. Thank you!
————————————–
` WordPress Environment</p> <p>WordPress address (URL): https://thedronecoach.com<br>Site address (URL): https://thedronecoach.com<br>WC Version: 9.3.3<br>Legacy REST API Package Version: The Legacy REST API plugin is not installed on this site.<br>Action Scheduler Version: ? 3.8.1<br>Log Directory Writable: ?<br>WP Version: 6.6.2<br>WP Multisite: –<br>WP Memory Limit: 3 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: en_US<br>External object cache: – Server Environment</p> <p>Server Info: LiteSpeed<br>PHP Version: 8.2.21<br>PHP Post Max Size: 3 GB<br>PHP Time Limit: 480<br>PHP Max Input Vars: 5000<br>cURL Version: 7.76.1<br>OpenSSL/3.0.7</p> <p>SUHOSIN Installed: –<br>MySQL Version: 10.11.9-MariaDB-cll-lve<br>Max Upload Size: 3 GB<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ?<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ? Database</p> <p>WC Database Version: 9.3.3<br>WC Database Prefix: wp_<br>Total Database Size: 13.45MB<br>Database Data Size: 10.18MB<br>Database Index Size: 3.27MB<br>wp_woocommerce_sessions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_cky_banners: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_cky_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cky_cookie_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>wp_fbv: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_fbv_attachment_folder: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_jetpack_sync_queue: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_learnpress_courses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_learnpress_files: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_learnpress_order_itemmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_learnpress_order_items: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_learnpress_question_answermeta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_learnpress_question_answers: Data: 0.13MB + Index: 0.05MB + Engine InnoDB<br>wp_learnpress_quiz_questions: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_learnpress_sections: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_learnpress_section_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_learnpress_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_learnpress_user_itemmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_learnpress_user_items: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_learnpress_user_item_results: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_options: Data: 1.47MB + Index: 0.14MB + Engine InnoDB<br>wp_postmeta: Data: 1.52MB + Index: 0.27MB + Engine InnoDB<br>wp_posts: Data: 3.52MB + Index: 0.23MB + Engine InnoDB<br>wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_thim_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_usermeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_watu_answer: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_watu_grading: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_watu_master: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_watu_qcats: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_watu_question: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_watu_takings: Data: 1.50MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_yoast_indexable: Data: 0.23MB + Index: 0.13MB + Engine InnoDB<br>wp_yoast_indexable_hierarchy: Data: 0.05MB + Index: 0.05MB + Engine InnoDB<br>wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_yoast_seo_links: Data: 0.08MB + Index: 0.03MB + Engine InnoDB Post Type Counts</p> <p>attachment: 122<br>custom_css: 1<br>customize_changeset: 30<br>lp_course: 3<br>lp_order: 2<br>lp_question: 361<br>lp_quiz: 6<br>nav_menu_item: 20<br>page: 32<br>post: 2<br>revision: 416<br>sp_lc_shortcodes: 1<br>sp_logo_carousel: 52<br>wp_global_styles: 1<br>wp_navigation: 1<br>wpex_templates: 1 Security</p> <p>Secure connection (HTTPS): ?<br>Hide errors from visitors: ? Active Plugins (16)</p> <p>CookieYes | GDPR Cookie Consent: by CookieYes – 3.2.7<br>Duplicate Page: by mndpsingh287 – 4.5.4<br>FileBird Lite: by Ninja Team – 6.4.2<br>Site Kit by Google: by Google – 1.139.0<br>WPBakery Page Builder: by Michael M – WPBakery.com – 7.9<br>LearnPress – Export/Import Courses: by ThimPress – 4.0.4<br>LearnPress – WooCommerce Payment Methods Integration: by ThimPress – 4.1.4<br>LearnPress: by ThimPress – 4.2.7.2<br>Logo Carousel: by ShapedPlugin LLC – 3.6.2<br>Total Theme Core: by WPExplorer – 1.9<br>Watu Quiz: by Kiboko Labs – 3.4.2<br>WooCommerce Stripe Gateway: by Stripe – 8.8.2<br>WooCommerce: by Automattic – 9.3.3<br>Yoast SEO: by Team Yoast – 23.8<br>WP File Manager: by mndpsingh287 – 8.0<br>WP Mail SMTP: by WP Mail SMTP – 4.2.0 Inactive Plugins (0) Settings</p> <p>Legacy API Enabled: –<br>Force SSL: –<br>Currency: USD ($)<br>Currency Position: left<br>Thousand Separator: ,<br>Decimal Separator: .<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)</p> <p>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)</p> <p>Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: ?<br>HPOS feature enabled: ?<br>Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: – Logging</p> <p>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 days<br>Level threshold: –<br>Log directory size: 312 KB WC Pages</p> <p>Shop base: #716 – /course/<br>Cart: #717 – /cart/ – Contains the [woocommerce_cart] shortcode<br>Checkout: #718 – /checkout/ – Contains the [woocommerce_checkout] shortcode<br>My account: #719 – /my-account/<br>Terms and conditions: #15 – /lp-term-conditions/ Theme</p> <p>Name: Total<br>Version: 5.19<br>Author URL: https://www.wpexplorer.com/<br>Child Theme: ? – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme<br>WooCommerce Support: ? Templates</p> <p>Archive Template: Your theme has a woocommerce.php file<br>you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.</p> <p>Overrides: Total/woocommerce/archive-product.php<br>Total/woocommerce/checkout/form-checkout.php<br>Total/woocommerce/loop/loop-start.php<br>Total/woocommerce/loop/orderby.php<br>Total/woocommerce/loop/pagination.php version 3.3.1 is out of date. The core version is 9.3.0<br>Total/woocommerce/single-product/meta.php<br>Total/woocommerce/single-product/rating.php<br>Total/woocommerce/single-product/tabs/tabs.php<br>Total/woocommerce/single-product/title.php</p> <p>Outdated Templates: ?</p> <pre class=”wp-block-code”><code> Learn how to update | Clear system status theme info cache</code></pre> <p>Admin</p> <p>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store</p> <p>Disabled Features: experimental-blocks<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings</p> <p>Daily Cron: ? Next scheduled: 2024-11-12 22:26:37 -05:00<br>Options: ?<br>Notes: 45<br>Onboarding: skipped Action Scheduler</p> <p>Complete: 29<br>Oldest: 2024-10-31 02:50:02 -0400<br>Newest: 2024-11-11 16:49:35 -0500</p> <p>Pending: 3<br>Oldest: 2024-11-12 10:43:31 -0500<br>Newest: 2024-11-18 14:01:29 -0500 Status report information</p> <p>Generated at: 2024-11-12 03:19:40 -05:00<br>`
——————————
2024-11-12T00:55:49+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T03:14:12+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T04:14:51+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T04:14:51+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T04:15:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints request: Array
(
[enabled_events] => Array
(
[0] => source.chargeable
[1] => source.canceled
[2] => charge.succeeded
[3] => charge.failed
[4] => charge.captured
[5] => charge.dispute.created
[6] => charge.dispute.closed
[7] => charge.refunded
[8] => charge.refund.updated
[9] => review.opened
[10] => review.closed
[11] => payment_intent.succeeded
[12] => payment_intent.payment_failed
[13] => payment_intent.amount_capturable_updated
[14] => payment_intent.requires_action
[15] => setup_intent.succeeded
[16] => setup_intent.setup_failed
)[url] => https://thedronecoach.com/?wc-api=wc_stripe [api_version] => 2024-06-20
)
====End Log====
2024-11-12T04:15:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints response with stripe-version: 2024-06-20
====End Log====2024-11-12T04:15:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints
====End Log====2024-11-12T04:15:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleting all webhooks sent to https://thedronecoach.com/?wc-api=wc_stripe except for we_1QKBVVCj91X4yzt2w8MTzM3n
====End Log====2024-11-12T04:15:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QK0CoCj91X4yzt2BnRjRqAP request: Array
(
)====End Log====
2024-11-12T04:15:14+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QK0CoCj91X4yzt2BnRjRqAP response with stripe-version: 2024-06-20
====End Log====2024-11-12T04:15:14+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleted webhook we_1QK0CoCj91X4yzt2BnRjRqAP because it was being sent to this site’s webhook URL.
====End Log====2024-11-12T04:15:14+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T04:15:14+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T04:15:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints request: Array
(
[enabled_events] => Array
(
[0] => source.chargeable
[1] => source.canceled
[2] => charge.succeeded
[3] => charge.failed
[4] => charge.captured
[5] => charge.dispute.created
[6] => charge.dispute.closed
[7] => charge.refunded
[8] => charge.refund.updated
[9] => review.opened
[10] => review.closed
[11] => payment_intent.succeeded
[12] => payment_intent.payment_failed
[13] => payment_intent.amount_capturable_updated
[14] => payment_intent.requires_action
[15] => setup_intent.succeeded
[16] => setup_intent.setup_failed
)[url] => https://thedronecoach.com/?wc-api=wc_stripe [api_version] => 2024-06-20
)
====End Log====
2024-11-12T04:15:19+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints response with stripe-version: 2024-06-20
====End Log====2024-11-12T04:15:19+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints
====End Log====2024-11-12T04:15:19+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleting all webhooks sent to https://thedronecoach.com/?wc-api=wc_stripe except for we_1QKBVbCj91X4yzt2y8HaHzXx
====End Log====2024-11-12T04:15:19+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKBVVCj91X4yzt2w8MTzM3n request: Array
(
)====End Log====
2024-11-12T04:15:19+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKBVVCj91X4yzt2w8MTzM3n response with stripe-version: 2024-06-20
====End Log====2024-11-12T04:15:19+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleted webhook we_1QKBVVCj91X4yzt2w8MTzM3n because it was being sent to this site’s webhook URL.
====End Log====2024-11-12T04:15:24+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints request: Array
(
[enabled_events] => Array
(
[0] => source.chargeable
[1] => source.canceled
[2] => charge.succeeded
[3] => charge.failed
[4] => charge.captured
[5] => charge.dispute.created
[6] => charge.dispute.closed
[7] => charge.refunded
[8] => charge.refund.updated
[9] => review.opened
[10] => review.closed
[11] => payment_intent.succeeded
[12] => payment_intent.payment_failed
[13] => payment_intent.amount_capturable_updated
[14] => payment_intent.requires_action
[15] => setup_intent.succeeded
[16] => setup_intent.setup_failed
)[url] => https://thedronecoach.com/?wc-api=wc_stripe [api_version] => 2024-06-20
)
====End Log====
2024-11-12T04:15:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints response with stripe-version: 2024-06-20
====End Log====2024-11-12T04:15:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints
====End Log====2024-11-12T04:15:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleting all webhooks sent to https://thedronecoach.com/?wc-api=wc_stripe except for we_1QKBVhCj91X4yzt2MhavpAWO
====End Log====2024-11-12T04:15:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QK0EoCj91X4yzt22UaosxNB request: Array
(
)====End Log====
2024-11-12T04:15:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QK0EoCj91X4yzt22UaosxNB response with stripe-version: 2024-06-20
====End Log====2024-11-12T04:15:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleted webhook we_1QK0EoCj91X4yzt22UaosxNB because it was being sent to this site’s webhook URL.
====End Log====2024-11-12T06:44:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:25+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:26+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:26+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:27+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:27+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:27+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:28+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:28+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:29+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:29+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:30+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:30+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T06:44:30+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T07:10:50+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T07:10:51+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T08:19:06+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints request: Array
(
[enabled_events] => Array
(
[0] => source.chargeable
[1] => source.canceled
[2] => charge.succeeded
[3] => charge.failed
[4] => charge.captured
[5] => charge.dispute.created
[6] => charge.dispute.closed
[7] => charge.refunded
[8] => charge.refund.updated
[9] => review.opened
[10] => review.closed
[11] => payment_intent.succeeded
[12] => payment_intent.payment_failed
[13] => payment_intent.amount_capturable_updated
[14] => payment_intent.requires_action
[15] => setup_intent.succeeded
[16] => setup_intent.setup_failed
)[url] => https://thedronecoach.com/?wc-api=wc_stripe [api_version] => 2024-06-20
)
====End Log====
2024-11-12T08:19:06+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints response with stripe-version: 2024-06-20
====End Log====2024-11-12T08:19:06+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints
====End Log====2024-11-12T08:19:07+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleting all webhooks sent to https://thedronecoach.com/?wc-api=wc_stripe except for we_1QKFJWCj91X4yzt2maLpvkvQ
====End Log====2024-11-12T08:19:07+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKBVbCj91X4yzt2y8HaHzXx request: Array
(
)====End Log====
2024-11-12T08:19:07+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKBVbCj91X4yzt2y8HaHzXx response with stripe-version: 2024-06-20
====End Log====2024-11-12T08:19:07+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleted webhook we_1QKBVbCj91X4yzt2y8HaHzXx because it was being sent to this site’s webhook URL.
====End Log====2024-11-12T08:19:07+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T08:19:08+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T08:19:12+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints request: Array
(
[enabled_events] => Array
(
[0] => source.chargeable
[1] => source.canceled
[2] => charge.succeeded
[3] => charge.failed
[4] => charge.captured
[5] => charge.dispute.created
[6] => charge.dispute.closed
[7] => charge.refunded
[8] => charge.refund.updated
[9] => review.opened
[10] => review.closed
[11] => payment_intent.succeeded
[12] => payment_intent.payment_failed
[13] => payment_intent.amount_capturable_updated
[14] => payment_intent.requires_action
[15] => setup_intent.succeeded
[16] => setup_intent.setup_failed
)[url] => https://thedronecoach.com/?wc-api=wc_stripe [api_version] => 2024-06-20
)
====End Log====
2024-11-12T08:19:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints response with stripe-version: 2024-06-20
====End Log====2024-11-12T08:19:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints
====End Log====2024-11-12T08:19:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleting all webhooks sent to https://thedronecoach.com/?wc-api=wc_stripe except for we_1QKFJcCj91X4yzt2fVlm1j5j
====End Log====2024-11-12T08:19:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKFJWCj91X4yzt2maLpvkvQ request: Array
(
)====End Log====
2024-11-12T08:19:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKFJWCj91X4yzt2maLpvkvQ response with stripe-version: 2024-06-20
====End Log====2024-11-12T08:19:13+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleted webhook we_1QKFJWCj91X4yzt2maLpvkvQ because it was being sent to this site’s webhook URL.
====End Log====2024-11-12T08:19:17+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints request: Array
(
[enabled_events] => Array
(
[0] => source.chargeable
[1] => source.canceled
[2] => charge.succeeded
[3] => charge.failed
[4] => charge.captured
[5] => charge.dispute.created
[6] => charge.dispute.closed
[7] => charge.refunded
[8] => charge.refund.updated
[9] => review.opened
[10] => review.closed
[11] => payment_intent.succeeded
[12] => payment_intent.payment_failed
[13] => payment_intent.amount_capturable_updated
[14] => payment_intent.requires_action
[15] => setup_intent.succeeded
[16] => setup_intent.setup_failed
)[url] => https://thedronecoach.com/?wc-api=wc_stripe [api_version] => 2024-06-20
)
====End Log====
2024-11-12T08:19:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints response with stripe-version: 2024-06-20
====End Log====2024-11-12T08:19:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints
====End Log====2024-11-12T08:19:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleting all webhooks sent to https://thedronecoach.com/?wc-api=wc_stripe except for we_1QKFJiCj91X4yzt2PPFku8DA
====End Log====2024-11-12T08:19:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKBVhCj91X4yzt2MhavpAWO request: Array
(
)====End Log====
2024-11-12T08:19:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
webhook_endpoints/we_1QKBVhCj91X4yzt2MhavpAWO response with stripe-version: 2024-06-20
====End Log====2024-11-12T08:19:18+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
Deleted webhook we_1QKBVhCj91X4yzt2MhavpAWO because it was being sent to this site’s webhook URL.
====End Log====2024-11-12T08:22:50+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====2024-11-12T08:22:51+00:00 DEBUG
====Stripe Version: 8.8.2====
====Stripe Plugin API Version: 2024-06-20====
====Start Log====
account
====End Log====Forum: Plugins
In reply to: [WooCommerce] No payment method is availableHi,
I deactivated the WooCommerce Stripe Gateway plugin by Stripe, changed payment method to cash on delivery, place purchase into cart, click “Proceed to Checkout”, and I get “No payment method available. Your cart is currently empty.”
I reactivated the Stripe plugin, reconfigured to Stripe, get the “successful” response, but same “No payment method available…” error at checkout.
I’ve contacted Stripe yesterday as well and they just started looking into the issue.
I’m going to see about generating new API keys. It seems it’s not connecting to Stripe in the final steps.
Forum: Plugins
In reply to: [WooCommerce] No payment method is availableHi, Thank you for responding. I disabled all plugins and theme I still have the issue.
In my original post, I mentioned that I have two websites that are identically set up. The website thedronecoach.io works but thedronecoach.com has the issues. Same themes, same plugins.
I noticed that under my WC Account status, it states: “No test webhooks have been received…” but my Stripe account says everything is connected and working properly.
The connection process is automatically, so it appears the connections are being set up automatically. I liked it better when we used to manually input the publish and secret keys.
Forum: Plugins
In reply to: [WooCommerce] Custom Redirect for Resetting PasswordThank you Rodrigue! So would the code look like this when adding my LearnPress profile URL structure?
Thank you!
add_filter( 'woocommerce_login_redirect', 'custom_learnpress_password_reset_redirect', 10, 2 );
function custom_learnpress_password_reset_redirect( $redirect, $user ) {
// Check if LearnPress is activated
if ( class_exists( 'LearnPress' ) ) {
// Replace this with your actual LearnPress profile URL structure
$learnpress_profile_url = site_url() . 'https://thedronecoach.io/lp-profile/
return $learnpress_profile_url;
}
return $redirect;
}Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] LP-Profile Login PageI think that was it Brianvu-tp! At first it wasn’t responding, but I cleared the cache and now it’s responding properly. Thank you very much!
Frank